Html Css Color HEX #035C94 Dark Cerulean

📋 copy color: '#035C94'

red 3 ◦ green 92 ◦ blue 148

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

Shades of Dark Cerulean #035C94

Tints of Dark Cerulean #035C94

RGB

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

 GREEN value IS 92 (36.33% from 255) = 37.86%

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

R = 1.23%
G = 37.86%
B = 60.91%

CMYK

 C value IS 0.98

 M value IS 0.38

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#035C94 (or 0x035C94) is known color: Dark Cerulean. HEX triplet: 03, 5C and 94. RGB value is (3,92,148). Sum of RGB (Red+Green+Blue) = 3+92+148=243 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 243); Green value is 92 (36.33% from 255 or 37.86% from 243); Blue value is 148 (58.20% from 255 or 60.91% from 243); Max value from RGB is 148 - color contains mainly: blue. Hex color #035C94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035C94 is #FCA36B. Grayscale: #474747. Windows color (decimal): -16556908 or 9722883. OLE color: 9722883.

HSL color Cylindrical-coordinate representation of color #035C94: hue angle of 203.17º 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 #035C94 is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 3 92 148 -
CMYK 0.98 0.38 0 0.42
HSL 203.17º 0.96% 0.3% -
HSV(B) 203.17º 0.98% 0.58% -
XYZ 9.21 9.81 29.43 -
YUV 71.77 171.01 78.95 -
System Red Green Blue C M Y K H S L
Decimal 3 92 148 0.98 0.38 0 0.42 203.17 0.96 0.3
Hex 3 5C 94 62 26 0 2A CB 60 1E
Octal 3 134 224 142 46 0 52 313 140 36
Binary 11 1011100 10010100 1100010 100110 0 101010 11001011 1100000 11110

Color Harmonies of #035C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035C94

Black with #035C94

Text Example


Text Example

White with #035C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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