Html Css Color HEX #035090 Dark Cerulean

📋 copy color: '#035090'

red 3 ◦ green 80 ◦ blue 144

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

Shades of Dark Cerulean #035090

Tints of Dark Cerulean #035090

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.24%

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

R = 1.32%
G = 35.24%
B = 63.44%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#035090 (or 0x035090) is known color: Dark Cerulean. HEX triplet: 03, 50 and 90. RGB value is (3,80,144). Sum of RGB (Red+Green+Blue) = 3+80+144=227 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 144 (56.64% from 255 or 63.44% from 227); Max value from RGB is 144 - color contains mainly: blue. Hex color #035090 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035090 is #FCAF6F. Grayscale: #3F3F3F. Windows color (decimal): -16559984 or 9457667. OLE color: 9457667.

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

Color convert

RGB 3 80 144 -
CMYK 0.98 0.44 0 0.44
HSL 207.23º 0.96% 0.29% -
HSV(B) 207.23º 0.98% 0.56% -
XYZ 7.94 7.77 27.47 -
YUV 64.27 172.99 84.3 -
System Red Green Blue C M Y K H S L
Decimal 3 80 144 0.98 0.44 0 0.44 207.23 0.96 0.29
Hex 3 50 90 62 2C 0 2C CF 60 1D
Octal 3 120 220 142 54 0 54 317 140 35
Binary 11 1010000 10010000 1100010 101100 0 101100 11001111 1100000 11101

Color Harmonies of #035090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035090

Black with #035090

Text Example


Text Example

White with #035090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035090; }

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

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

background-color css

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

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

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

border-color css

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

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

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