Html Css Color HEX #3042CE Cerulean Blue

📋 copy color: '#3042CE'

red 48 ◦ green 66 ◦ blue 206

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

Shades of Cerulean Blue #3042CE

Tints of Cerulean Blue #3042CE

RGB

 RED value IS 48 (19.14% from 255) = 15%

 GREEN value IS 66 (26.17% from 255) = 20.63%

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

R = 15%
G = 20.63%
B = 64.38%

CMYK

 C value IS 0.77

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3042CE (or 0x3042CE) is known color: Cerulean Blue. HEX triplet: 30, 42 and CE. RGB value is (48,66,206). Sum of RGB (Red+Green+Blue) = 48+66+206=320 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 206 (80.86% from 255 or 64.38% from 320); Max value from RGB is 206 - color contains mainly: blue. Hex color #3042CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3042CE is #CFBD31. Grayscale: #4C4C4C. Windows color (decimal): -13614386 or 13517360. OLE color: 13517360.

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

Color convert

RGB 48 66 206 -
CMYK 0.77 0.68 0 0.19
HSL 233.16º 0.62% 0.5% -
HSV(B) 233.16º 0.77% 0.81% -
XYZ 14.31 8.98 59.37 -
YUV 76.58 201.04 107.62 -
System Red Green Blue C M Y K H S L
Decimal 48 66 206 0.77 0.68 0 0.19 233.16 0.62 0.5
Hex 30 42 CE 4D 44 0 13 E9 3E 32
Octal 60 102 316 115 104 0 23 351 76 62
Binary 110000 1000010 11001110 1001101 1000100 0 10011 11101001 111110 110010

Color Harmonies of #3042CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3042CE

Black with #3042CE

Text Example


Text Example

White with #3042CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,66,206); }

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

background-color css

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

 a { background-color: rgb(48,66,206); }

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

border-color css

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

 span { border-color: rgb(48,66,206); }

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