Html Css Color HEX #035F9C Cerulean

📋 copy color: '#035F9C'

red 3 ◦ green 95 ◦ blue 156

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

Shades of Cerulean #035F9C

Tints of Cerulean #035F9C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 37.4%

 BLUE value IS 156 (61.33% from 255) = 61.42%

R = 1.18%
G = 37.4%
B = 61.42%

CMYK

 C value IS 0.98

 M value IS 0.39

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#035F9C (or 0x035F9C) is known color: Cerulean. HEX triplet: 03, 5F and 9C. RGB value is (3,95,156). Sum of RGB (Red+Green+Blue) = 3+95+156=254 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 254); Green value is 95 (37.5% from 255 or 37.40% from 254); Blue value is 156 (61.33% from 255 or 61.42% from 254); Max value from RGB is 156 - color contains mainly: blue. Hex color #035F9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035F9C is #FCA063. Grayscale: #4A4A4A. Windows color (decimal): -16556132 or 10247939. OLE color: 10247939.

HSL color Cylindrical-coordinate representation of color #035F9C: hue angle of 203.92º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035F9C is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 3 95 156 -
CMYK 0.98 0.39 0 0.39
HSL 203.92º 0.96% 0.31% -
HSV(B) 203.92º 0.98% 0.61% -
XYZ 10.13 10.6 32.97 -
YUV 74.45 174.02 77.04 -
System Red Green Blue C M Y K H S L
Decimal 3 95 156 0.98 0.39 0 0.39 203.92 0.96 0.31
Hex 3 5F 9C 62 27 0 27 CC 60 1F
Octal 3 137 234 142 47 0 47 314 140 37
Binary 11 1011111 10011100 1100010 100111 0 100111 11001100 1100000 11111

Color Harmonies of #035F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035F9C

Black with #035F9C

Text Example


Text Example

White with #035F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035F9C; }

 p { color: rgb(3,95,156); }

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

background-color css

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

 a { background-color: rgb(3,95,156); }

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

border-color css

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

 span { border-color: rgb(3,95,156); }

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