Html Css Color HEX #035490 Dark Cerulean

📋 copy color: '#035490'

red 3 ◦ green 84 ◦ blue 144

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

Shades of Dark Cerulean #035490

Tints of Dark Cerulean #035490

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.36%

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

R = 1.3%
G = 36.36%
B = 62.34%

CMYK

 C value IS 0.98

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#035490 (or 0x035490) is known color: Dark Cerulean. HEX triplet: 03, 54 and 90. RGB value is (3,84,144). Sum of RGB (Red+Green+Blue) = 3+84+144=231 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 231); Green value is 84 (33.20% from 255 or 36.36% from 231); Blue value is 144 (56.64% from 255 or 62.34% from 231); Max value from RGB is 144 - color contains mainly: blue. Hex color #035490 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035490 is #FCAB6F. Grayscale: #424242. Windows color (decimal): -16558960 or 9458691. OLE color: 9458691.

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

Color convert

RGB 3 84 144 -
CMYK 0.98 0.42 0 0.44
HSL 205.53º 0.96% 0.29% -
HSV(B) 205.53º 0.98% 0.56% -
XYZ 8.24 8.37 27.57 -
YUV 66.62 171.66 82.62 -
System Red Green Blue C M Y K H S L
Decimal 3 84 144 0.98 0.42 0 0.44 205.53 0.96 0.29
Hex 3 54 90 62 2A 0 2C CE 60 1D
Octal 3 124 220 142 52 0 54 316 140 35
Binary 11 1010100 10010000 1100010 101010 0 101100 11001110 1100000 11101

Color Harmonies of #035490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035490

Black with #035490

Text Example


Text Example

White with #035490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035490; }

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

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

background-color css

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

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

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

border-color css

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

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

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