Html Css Color HEX #035895 Dark Cerulean

📋 copy color: '#035895'

red 3 ◦ green 88 ◦ blue 149

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

Shades of Dark Cerulean #035895

Tints of Dark Cerulean #035895

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.67%

 BLUE value IS 149 (58.59% from 255) = 62.08%

R = 1.25%
G = 36.67%
B = 62.08%

CMYK

 C value IS 0.98

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#035895 (or 0x035895) is known color: Dark Cerulean. HEX triplet: 03, 58 and 95. RGB value is (3,88,149). Sum of RGB (Red+Green+Blue) = 3+88+149=240 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.25% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 149 (58.59% from 255 or 62.08% from 240); Max value from RGB is 149 - color contains mainly: blue. Hex color #035895 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035895 is #FCA76A. Grayscale: #454545. Windows color (decimal): -16557931 or 9787395. OLE color: 9787395.

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

Color convert

RGB 3 88 149 -
CMYK 0.98 0.41 0 0.42
HSL 205.07º 0.96% 0.3% -
HSV(B) 205.07º 0.98% 0.58% -
XYZ 8.95 9.17 29.73 -
YUV 69.54 172.84 80.54 -
System Red Green Blue C M Y K H S L
Decimal 3 88 149 0.98 0.41 0 0.42 205.07 0.96 0.3
Hex 3 58 95 62 29 0 2A CD 60 1E
Octal 3 130 225 142 51 0 52 315 140 36
Binary 11 1011000 10010101 1100010 101001 0 101010 11001101 1100000 11110

Color Harmonies of #035895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035895

Black with #035895

Text Example


Text Example

White with #035895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035895; }

 p { color: rgb(3,88,149); }

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

background-color css

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

 a { background-color: rgb(3,88,149); }

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

border-color css

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

 span { border-color: rgb(3,88,149); }

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