#03656F

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

Shades of Blue Lagoon #03656F

Tints of Blue Lagoon #03656F

Color information

#03656F (or 0x03656F) is unknown color: approx Blue Lagoon. HEX triplet: 03, 65 and 6F. RGB value is (3,101,111). Sum of RGB (Red+Green+Blue) = 3+101+111=215 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 215); Green value is 101 (39.84% from 255 or 46.98% from 215); Blue value is 111 (43.75% from 255 or 51.63% from 215); Max value from RGB is 111 - color contains mainly: blue. Hex color #03656F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03656F is #FC9A90. Grayscale: #484848. Windows color (decimal): -16554641 or 7300355. OLE color: 7300355.

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

Color convert

RGB3101111-
CMYK0.970.0900.56
HSL185.56º94.74%22.35%-
HSV(B)185.56º97.3%43.53%-
XYZ7.5610.4716.66-
YUV72.84149.5378.19-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.40%
GREEN value IS 101 (39.84% from 255) = 46.98%
BLUE value IS 111 (43.75% from 255) = 51.63%
R=1.40%
G=46.98%
B=51.63%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31011110.970.0900.56185.5694.7422.35
Hex3656F619038ba5f16
Octal31451571411107027213726
Binary111100101110111111000011001011100010111010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03656F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03656F; }

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

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

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

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

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

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

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

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