#035171

Color #035171 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #035171

Tints of Blue Lagoon #035171

Color information

#035171 (or 0x035171) is unknown color: approx Blue Lagoon. HEX triplet: 03, 51 and 71. RGB value is (3,81,113). Sum of RGB (Red+Green+Blue) = 3+81+113=197 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 197); Green value is 81 (32.03% from 255 or 41.12% from 197); Blue value is 113 (44.53% from 255 or 57.36% from 197); Max value from RGB is 113 - color contains mainly: blue. Hex color #035171 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035171 is #FCAE8E. Grayscale: #3D3D3D. Windows color (decimal): -16559759 or 7426307. OLE color: 7426307.

HSL color Cylindrical-coordinate representation of color #035171: hue angle of 197.45º 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 #035171 is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB381113-
CMYK0.970.2800.56
HSL197.45º94.83%22.75%-
HSV(B)197.45º97.35%44.31%-
XYZ5.967.116.68-
YUV61.33157.1686.4-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.52%
GREEN value IS 81 (32.03% from 255) = 41.12%
BLUE value IS 113 (44.53% from 255) = 57.36%
R=1.52%
G=41.12%
B=57.36%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3811130.970.2800.56197.4594.8322.75
Hex35171611C038c55f17
Octal31211611413407030513727
Binary1110100011110001110000111100011100011000101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035171; }

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

 H1.HeaderClassName
 {
   color: #035171;
 }
 .AnyTagClassName
 {
   color: #035171;
 }
</style>
background-color css

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

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

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

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

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

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