#03616C

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

Shades of Blue Lagoon #03616C

Tints of Blue Lagoon #03616C

Color information

#03616C (or 0x03616C) is unknown color: approx Blue Lagoon. HEX triplet: 03, 61 and 6C. RGB value is (3,97,108). Sum of RGB (Red+Green+Blue) = 3+97+108=208 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 208); Green value is 97 (38.28% from 255 or 46.63% from 208); Blue value is 108 (42.58% from 255 or 51.92% from 208); Max value from RGB is 108 - color contains mainly: blue. Hex color #03616C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03616C is #FC9E93. Grayscale: #464646. Windows color (decimal): -16555668 or 7102723. OLE color: 7102723.

HSL color Cylindrical-coordinate representation of color #03616C: hue angle of 186.29º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03616C is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB397108-
CMYK0.970.1000.58
HSL186.29º94.59%21.76%-
HSV(B)186.29º97.22%42.35%-
XYZ7.029.6515.68-
YUV70.15149.3680.11-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.44%
GREEN value IS 97 (38.28% from 255) = 46.63%
BLUE value IS 108 (42.58% from 255) = 51.92%
R=1.44%
G=46.63%
B=51.92%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3971080.970.1000.58186.2994.5921.76
Hex3616C61A03Aba5f16
Octal31411541411207227213726
Binary111100001110110011000011010011101010111010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03616C; }

 p { color: rgb(3,97,108); }

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

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

 a { background-color: rgb(3,97,108); }

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

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

 span { border-color: rgb(3,97,108); }

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