Html Css Color HEX #035D94 Dark Cerulean

📋 copy color: '#035D94'

red 3 ◦ green 93 ◦ blue 148

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

Shades of Dark Cerulean #035D94

Tints of Dark Cerulean #035D94

RGB

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

 GREEN value IS 93 (36.72% from 255) = 38.11%

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

R = 1.23%
G = 38.11%
B = 60.66%

CMYK

 C value IS 0.98

 M value IS 0.37

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#035D94 (or 0x035D94) is known color: Dark Cerulean. HEX triplet: 03, 5D and 94. RGB value is (3,93,148). Sum of RGB (Red+Green+Blue) = 3+93+148=244 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 244); Green value is 93 (36.72% from 255 or 38.11% from 244); Blue value is 148 (58.20% from 255 or 60.66% from 244); Max value from RGB is 148 - color contains mainly: blue. Hex color #035D94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035D94 is #FCA26B. Grayscale: #484848. Windows color (decimal): -16556652 or 9723139. OLE color: 9723139.

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

Color convert

RGB 3 93 148 -
CMYK 0.98 0.37 0 0.42
HSL 202.76º 0.96% 0.3% -
HSV(B) 202.76º 0.98% 0.58% -
XYZ 9.3 9.99 29.45 -
YUV 72.36 170.68 78.53 -
System Red Green Blue C M Y K H S L
Decimal 3 93 148 0.98 0.37 0 0.42 202.76 0.96 0.3
Hex 3 5D 94 62 25 0 2A CB 60 1E
Octal 3 135 224 142 45 0 52 313 140 36
Binary 11 1011101 10010100 1100010 100101 0 101010 11001011 1100000 11110

Color Harmonies of #035D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035D94

Black with #035D94

Text Example


Text Example

White with #035D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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