Html Css Color HEX #035289 Dark Cerulean

📋 copy color: '#035289'

red 3 ◦ green 82 ◦ blue 137

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

Shades of Dark Cerulean #035289

Tints of Dark Cerulean #035289

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.94%

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

R = 1.35%
G = 36.94%
B = 61.71%

CMYK

 C value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#035289 (or 0x035289) is known color: Dark Cerulean. HEX triplet: 03, 52 and 89. RGB value is (3,82,137). Sum of RGB (Red+Green+Blue) = 3+82+137=222 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 222); Green value is 82 (32.42% from 255 or 36.94% from 222); Blue value is 137 (53.91% from 255 or 61.71% from 222); Max value from RGB is 137 - color contains mainly: blue. Hex color #035289 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035289 is #FCAD76. Grayscale: #404040. Windows color (decimal): -16559479 or 8999427. OLE color: 8999427.

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

Color convert

RGB 3 82 137 -
CMYK 0.98 0.40 0 0.46
HSL 204.63º 0.96% 0.27% -
HSV(B) 204.63º 0.98% 0.54% -
XYZ 7.57 7.86 24.79 -
YUV 64.65 168.83 84.03 -
System Red Green Blue C M Y K H S L
Decimal 3 82 137 0.98 0.40 0 0.46 204.63 0.96 0.27
Hex 3 52 89 62 28 0 2E CD 60 1B
Octal 3 122 211 142 50 0 56 315 140 33
Binary 11 1010010 10001001 1100010 101000 0 101110 11001101 1100000 11011

Color Harmonies of #035289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035289

Black with #035289

Text Example


Text Example

White with #035289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035289; }

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

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

background-color css

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

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

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

border-color css

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

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

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