Html Css Color HEX #035173 Dark Cerulean

📋 copy color: '#035173'

red 3 ◦ green 81 ◦ blue 115

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

Shades of Dark Cerulean #035173

Tints of Dark Cerulean #035173

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.7%

 BLUE value IS 115 (45.31% from 255) = 57.79%

R = 1.51%
G = 40.7%
B = 57.79%

CMYK

 C value IS 0.97

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#035173 (or 0x035173) is known color: Dark Cerulean. HEX triplet: 03, 51 and 73. RGB value is (3,81,115). Sum of RGB (Red+Green+Blue) = 3+81+115=199 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.51% from 199); Green value is 81 (32.03% from 255 or 40.70% from 199); Blue value is 115 (45.31% from 255 or 57.79% from 199); Max value from RGB is 115 - color contains mainly: blue. Hex color #035173 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035173 is #FCAE8C. Grayscale: #3D3D3D. Windows color (decimal): -16559757 or 7557379. OLE color: 7557379.

HSL color Cylindrical-coordinate representation of color #035173: hue angle of 198.21º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035173 is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 3 81 115 -
CMYK 0.97 0.30 0 0.55
HSL 198.21º 0.95% 0.23% -
HSV(B) 198.21º 0.97% 0.45% -
XYZ 6.07 7.14 17.28 -
YUV 61.55 158.16 86.24 -
System Red Green Blue C M Y K H S L
Decimal 3 81 115 0.97 0.30 0 0.55 198.21 0.95 0.23
Hex 3 51 73 61 1E 0 37 C6 5F 17
Octal 3 121 163 141 36 0 67 306 137 27
Binary 11 1010001 1110011 1100001 11110 0 110111 11000110 1011111 10111

Color Harmonies of #035173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035173

Black with #035173

Text Example


Text Example

White with #035173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035173; }

 p { color: rgb(3,81,115); }

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

background-color css

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

 a { background-color: rgb(3,81,115); }

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

border-color css

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

 span { border-color: rgb(3,81,115); }

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