Html Css Color HEX #035E90 Dark Cerulean

📋 copy color: '#035E90'

red 3 ◦ green 94 ◦ blue 144

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

Shades of Dark Cerulean #035E90

Tints of Dark Cerulean #035E90

RGB

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

 GREEN value IS 94 (37.11% from 255) = 39%

 BLUE value IS 144 (56.64% from 255) = 59.75%

R = 1.24%
G = 39%
B = 59.75%

CMYK

 C value IS 0.98

 M value IS 0.35

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#035E90 (or 0x035E90) is known color: Dark Cerulean. HEX triplet: 03, 5E and 90. RGB value is (3,94,144). Sum of RGB (Red+Green+Blue) = 3+94+144=241 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 241); Green value is 94 (37.11% from 255 or 39.00% from 241); Blue value is 144 (56.64% from 255 or 59.75% from 241); Max value from RGB is 144 - color contains mainly: blue. Hex color #035E90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035E90 is #FCA16F. Grayscale: #484848. Windows color (decimal): -16556400 or 9461251. OLE color: 9461251.

HSL color Cylindrical-coordinate representation of color #035E90: hue angle of 201.28º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035E90 is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 3 94 144 -
CMYK 0.98 0.35 0 0.44
HSL 201.28º 0.96% 0.29% -
HSV(B) 201.28º 0.98% 0.56% -
XYZ 9.07 10.04 27.84 -
YUV 72.49 168.35 78.43 -
System Red Green Blue C M Y K H S L
Decimal 3 94 144 0.98 0.35 0 0.44 201.28 0.96 0.29
Hex 3 5E 90 62 23 0 2C C9 60 1D
Octal 3 136 220 142 43 0 54 311 140 35
Binary 11 1011110 10010000 1100010 100011 0 101100 11001001 1100000 11101

Color Harmonies of #035E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035E90

Black with #035E90

Text Example


Text Example

White with #035E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,94,144); }

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

background-color css

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

 a { background-color: rgb(3,94,144); }

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

border-color css

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

 span { border-color: rgb(3,94,144); }

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