#03656A

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

Shades of Blue Lagoon #03656A

Tints of Blue Lagoon #03656A

Color information

#03656A (or 0x03656A) is unknown color: approx Blue Lagoon. HEX triplet: 03, 65 and 6A. RGB value is (3,101,106). Sum of RGB (Red+Green+Blue) = 3+101+106=210 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.43% from 210); Green value is 101 (39.84% from 255 or 48.10% from 210); Blue value is 106 (41.80% from 255 or 50.48% from 210); Max value from RGB is 106 - color contains mainly: blue. Hex color #03656A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03656A is #FC9A95. Grayscale: #484848. Windows color (decimal): -16554646 or 6972675. OLE color: 6972675.

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

Color convert

RGB3101106-
CMYK0.970.0500.58
HSL182.91º94.5%21.37%-
HSV(B)182.91º97.17%41.57%-
XYZ7.2910.3715.25-
YUV72.27147.0378.59-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.43%
GREEN value IS 101 (39.84% from 255) = 48.10%
BLUE value IS 106 (41.80% from 255) = 50.48%
R=1.43%
G=48.10%
B=50.48%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal31011060.970.0500.58182.9194.521.37
Hex3656A61503Ab75e15
Octal3145152141507226713625
Binary11110010111010101100001101011101010110111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03656A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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