Html Css Color HEX #035089 Dark Cerulean

📋 copy color: '#035089'

red 3 ◦ green 80 ◦ blue 137

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

Shades of Dark Cerulean #035089

Tints of Dark Cerulean #035089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 62.27%

R = 1.36%
G = 36.36%
B = 62.27%

CMYK

 C value IS 0.98

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#035089 (or 0x035089) is known color: Dark Cerulean. HEX triplet: 03, 50 and 89. RGB value is (3,80,137). Sum of RGB (Red+Green+Blue) = 3+80+137=220 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 137 (53.91% from 255 or 62.27% from 220); Max value from RGB is 137 - color contains mainly: blue. Hex color #035089 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035089 is #FCAF76. Grayscale: #3F3F3F. Windows color (decimal): -16559991 or 8998915. OLE color: 8998915.

HSL color Cylindrical-coordinate representation of color #035089: hue angle of 205.52º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035089 is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 3 80 137 -
CMYK 0.98 0.42 0 0.46
HSL 205.52º 0.96% 0.27% -
HSV(B) 205.52º 0.98% 0.54% -
XYZ 7.42 7.56 24.74 -
YUV 63.48 169.49 84.87 -
System Red Green Blue C M Y K H S L
Decimal 3 80 137 0.98 0.42 0 0.46 205.52 0.96 0.27
Hex 3 50 89 62 2A 0 2E CE 60 1B
Octal 3 120 211 142 52 0 56 316 140 33
Binary 11 1010000 10001001 1100010 101010 0 101110 11001110 1100000 11011

Color Harmonies of #035089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035089

Black with #035089

Text Example


Text Example

White with #035089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035089; }

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

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

background-color css

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

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

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

border-color css

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

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

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