Html Css Color HEX #035170 Blue Lagoon

📋 copy color: '#035170'

red 3 ◦ green 81 ◦ blue 112

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

Shades of Blue Lagoon #035170

Tints of Blue Lagoon #035170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 57.14%

R = 1.53%
G = 41.33%
B = 57.14%

CMYK

 C value IS 0.97

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#035170 (or 0x035170) is known color: Blue Lagoon. HEX triplet: 03, 51 and 70. RGB value is (3,81,112). Sum of RGB (Red+Green+Blue) = 3+81+112=196 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.53% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 112 (44.14% from 255 or 57.14% from 196); Max value from RGB is 112 - color contains mainly: blue. Hex color #035170 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035170 is #FCAE8F. Grayscale: #3D3D3D. Windows color (decimal): -16559760 or 7360771. OLE color: 7360771.

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

Color convert

RGB 3 81 112 -
CMYK 0.97 0.28 0 0.56
HSL 197.06º 0.95% 0.23% -
HSV(B) 197.06º 0.97% 0.44% -
XYZ 5.9 7.07 16.38 -
YUV 61.21 156.66 86.48 -
System Red Green Blue C M Y K H S L
Decimal 3 81 112 0.97 0.28 0 0.56 197.06 0.95 0.23
Hex 3 51 70 61 1C 0 38 C5 5F 17
Octal 3 121 160 141 34 0 70 305 137 27
Binary 11 1010001 1110000 1100001 11100 0 111000 11000101 1011111 10111

Color Harmonies of #035170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035170

Black with #035170

Text Example


Text Example

White with #035170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035170; }

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

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

background-color css

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

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

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

border-color css

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

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

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