Html Css Color HEX #3154CE Cerulean Blue

📋 copy color: '#3154CE'

red 49 ◦ green 84 ◦ blue 206

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

Shades of Cerulean Blue #3154CE

Tints of Cerulean Blue #3154CE

RGB

 RED value IS 49 (19.53% from 255) = 14.45%

 GREEN value IS 84 (33.2% from 255) = 24.78%

 BLUE value IS 206 (80.86% from 255) = 60.77%

R = 14.45%
G = 24.78%
B = 60.77%

CMYK

 C value IS 0.76

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3154CE (or 0x3154CE) is known color: Cerulean Blue. HEX triplet: 31, 54 and CE. RGB value is (49,84,206). Sum of RGB (Red+Green+Blue) = 49+84+206=339 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.45% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 206 (80.86% from 255 or 60.77% from 339); Max value from RGB is 206 - color contains mainly: blue. Hex color #3154CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3154CE is #CEAB31. Grayscale: #565656. Windows color (decimal): -13544242 or 13521969. OLE color: 13521969.

HSL color Cylindrical-coordinate representation of color #3154CE: hue angle of 226.62º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3154CE is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 84 206 -
CMYK 0.76 0.59 0 0.19
HSL 226.62º 0.62% 0.5% -
HSV(B) 226.62º 0.76% 0.81% -
XYZ 15.58 11.45 59.78 -
YUV 87.44 194.9 100.58 -
System Red Green Blue C M Y K H S L
Decimal 49 84 206 0.76 0.59 0 0.19 226.62 0.62 0.5
Hex 31 54 CE 4C 3B 0 13 E3 3E 32
Octal 61 124 316 114 73 0 23 343 76 62
Binary 110001 1010100 11001110 1001100 111011 0 10011 11100011 111110 110010

Color Harmonies of #3154CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3154CE

Black with #3154CE

Text Example


Text Example

White with #3154CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3154CE; }

 p { color: rgb(49,84,206); }

 H1.HeaderClassName
 {
   color: #3154CE;
 }
 .AnyTagClassName
 {
   color: #3154CE;
 }
</style>

background-color css

<style>
 a { background-color: #3154CE; }

 a { background-color: rgb(49,84,206); }

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

border-color css

<style>
 span { border-color: #3154CE; }

 span { border-color: rgb(49,84,206); }

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