#035165

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

Shades of Blue Lagoon #035165

Tints of Blue Lagoon #035165

Color information

#035165 (or 0x035165) is unknown color: approx Blue Lagoon. HEX triplet: 03, 51 and 65. RGB value is (3,81,101). Sum of RGB (Red+Green+Blue) = 3+81+101=185 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.62% from 185); Green value is 81 (32.03% from 255 or 43.78% from 185); Blue value is 101 (39.84% from 255 or 54.59% from 185); Max value from RGB is 101 - color contains mainly: blue. Hex color #035165 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035165 is #FCAE9A. Grayscale: #3B3B3B. Windows color (decimal): -16559771 or 6639875. OLE color: 6639875.

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

Color convert

RGB381101-
CMYK0.970.2000.60
HSL192.24º94.23%20.39%-
HSV(B)192.24º97.03%39.61%-
XYZ5.336.8413.35-
YUV59.96151.1687.37-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.62%
GREEN value IS 81 (32.03% from 255) = 43.78%
BLUE value IS 101 (39.84% from 255) = 54.59%
R=1.62%
G=43.78%
B=54.59%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3811010.970.2000.60192.2494.2320.39
Hex35165611403Cc05e14
Octal31211451412407430013624
Binary1110100011100101110000110100011110011000000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035165; }

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

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

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

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

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

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

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

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