Html Css Color HEX #036394 Cerulean

📋 copy color: '#036394'

red 3 ◦ green 99 ◦ blue 148

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

Shades of Cerulean #036394

Tints of Cerulean #036394

RGB

 RED value IS 3 (1.56% from 255) = 1.2%

 GREEN value IS 99 (39.06% from 255) = 39.6%

 BLUE value IS 148 (58.2% from 255) = 59.2%

R = 1.2%
G = 39.6%
B = 59.2%

CMYK

 C value IS 0.98

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#036394 (or 0x036394) is known color: Cerulean. HEX triplet: 03, 63 and 94. RGB value is (3,99,148). Sum of RGB (Red+Green+Blue) = 3+99+148=250 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.2% from 250); Green value is 99 (39.06% from 255 or 39.6% from 250); Blue value is 148 (58.20% from 255 or 59.2% from 250); Max value from RGB is 148 - color contains mainly: blue. Hex color #036394 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036394 is #FC9C6B. Grayscale: #4B4B4B. Windows color (decimal): -16555116 or 9724675. OLE color: 9724675.

HSL color Cylindrical-coordinate representation of color #036394: hue angle of 200.28º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036394 is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 3 99 148 -
CMYK 0.98 0.33 0 0.42
HSL 200.28º 0.96% 0.3% -
HSV(B) 200.28º 0.98% 0.58% -
XYZ 9.84 11.08 29.64 -
YUV 75.88 168.7 76.02 -
System Red Green Blue C M Y K H S L
Decimal 3 99 148 0.98 0.33 0 0.42 200.28 0.96 0.3
Hex 3 63 94 62 21 0 2A C8 60 1E
Octal 3 143 224 142 41 0 52 310 140 36
Binary 11 1100011 10010100 1100010 100001 0 101010 11001000 1100000 11110

Color Harmonies of #036394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036394

Black with #036394

Text Example


Text Example

White with #036394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036394; }

 p { color: rgb(3,99,148); }

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

background-color css

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

 a { background-color: rgb(3,99,148); }

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

border-color css

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

 span { border-color: rgb(3,99,148); }

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