#035167

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

Shades of Blue Lagoon #035167

Tints of Blue Lagoon #035167

Color information

#035167 (or 0x035167) is unknown color: approx Blue Lagoon. HEX triplet: 03, 51 and 67. RGB value is (3,81,103). Sum of RGB (Red+Green+Blue) = 3+81+103=187 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 103 (40.62% from 255 or 55.08% from 187); Max value from RGB is 103 - color contains mainly: blue. Hex color #035167 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035167 is #FCAE98. Grayscale: #3C3C3C. Windows color (decimal): -16559769 or 6770947. OLE color: 6770947.

HSL color Cylindrical-coordinate representation of color #035167: hue angle of 193.2º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035167 is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB381103-
CMYK0.970.2100.60
HSL193.2º94.34%20.78%-
HSV(B)193.2º97.09%40.39%-
XYZ5.436.8813.87-
YUV60.19152.1687.21-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.60%
GREEN value IS 81 (32.03% from 255) = 43.32%
BLUE value IS 103 (40.62% from 255) = 55.08%
R=1.60%
G=43.32%
B=55.08%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3811030.970.2100.60193.294.3420.78
Hex35167611503Cc15e15
Octal31211471412507430113625
Binary1110100011100111110000110101011110011000001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035167; }

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

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

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

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

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

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

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

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