Html Css Color HEX #3450BF Cerulean Blue

📋 copy color: '#3450BF'

red 52 ◦ green 80 ◦ blue 191

#3450BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #3450BF

Tints of Cerulean Blue #3450BF

RGB

 RED value IS 52 (20.7% from 255) = 16.1%

 GREEN value IS 80 (31.64% from 255) = 24.77%

 BLUE value IS 191 (75% from 255) = 59.13%

R = 16.1%
G = 24.77%
B = 59.13%

CMYK

 C value IS 0.73

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3450BF (or 0x3450BF) is known color: Cerulean Blue. HEX triplet: 34, 50 and BF. RGB value is (52,80,191). Sum of RGB (Red+Green+Blue) = 52+80+191=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 191 (75% from 255 or 59.13% from 323); Max value from RGB is 191 - color contains mainly: blue. Hex color #3450BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3450BF is #CBAF40. Grayscale: #535353. Windows color (decimal): -13348673 or 12537908. OLE color: 12537908.

HSL color Cylindrical-coordinate representation of color #3450BF: hue angle of 227.91º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3450BF is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 52 80 191 -
CMYK 0.73 0.58 0 0.25
HSL 227.91º 0.57% 0.48% -
HSV(B) 227.91º 0.73% 0.75% -
XYZ 13.69 10.23 50.54 -
YUV 84.28 188.22 104.97 -
System Red Green Blue C M Y K H S L
Decimal 52 80 191 0.73 0.58 0 0.25 227.91 0.57 0.48
Hex 34 50 BF 49 3A 0 19 E4 39 30
Octal 64 120 277 111 72 0 31 344 71 60
Binary 110100 1010000 10111111 1001001 111010 0 11001 11100100 111001 110000

Color Harmonies of #3450BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3450BF

Black with #3450BF

Text Example


Text Example

White with #3450BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3450BF; }

 p { color: rgb(52,80,191); }

 H1.HeaderClassName
 {
   color: #3450BF;
 }
 .AnyTagClassName
 {
   color: #3450BF;
 }
</style>

background-color css

<style>
 a { background-color: #3450BF; }

 a { background-color: rgb(52,80,191); }

 div.DivClassName
 {
   background-color: #3450BF;
 }
 .BgClassName
 {
   background-color: #3450BF;
 }
</style>

border-color css

<style>
 span { border-color: #3450BF; }

 span { border-color: rgb(52,80,191); }

 td.TdClassName
 {
   border-color: #3450BF;
 }
 .TagClassName
 {
   border-color: #3450BF;
 }
</style>