Html Css Color HEX #035F90 Dark Cerulean

📋 copy color: '#035F90'

red 3 ◦ green 95 ◦ blue 144

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

Shades of Dark Cerulean #035F90

Tints of Dark Cerulean #035F90

RGB

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

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

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

R = 1.24%
G = 39.26%
B = 59.5%

CMYK

 C value IS 0.98

 M value IS 0.34

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#035F90 (or 0x035F90) is known color: Dark Cerulean. HEX triplet: 03, 5F and 90. RGB value is (3,95,144). Sum of RGB (Red+Green+Blue) = 3+95+144=242 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 242); Green value is 95 (37.5% from 255 or 39.26% from 242); Blue value is 144 (56.64% from 255 or 59.50% from 242); Max value from RGB is 144 - color contains mainly: blue. Hex color #035F90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035F90 is #FCA06F. Grayscale: #484848. Windows color (decimal): -16556144 or 9461507. OLE color: 9461507.

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

Color convert

RGB 3 95 144 -
CMYK 0.98 0.34 0 0.44
HSL 200.85º 0.96% 0.29% -
HSV(B) 200.85º 0.98% 0.56% -
XYZ 9.16 10.22 27.87 -
YUV 73.08 168.02 78.02 -
System Red Green Blue C M Y K H S L
Decimal 3 95 144 0.98 0.34 0 0.44 200.85 0.96 0.29
Hex 3 5F 90 62 22 0 2C C9 60 1D
Octal 3 137 220 142 42 0 54 311 140 35
Binary 11 1011111 10010000 1100010 100010 0 101100 11001001 1100000 11101

Color Harmonies of #035F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035F90

Black with #035F90

Text Example


Text Example

White with #035F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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