#03646F

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

Shades of Blue Lagoon #03646F

Tints of Blue Lagoon #03646F

Color information

#03646F (or 0x03646F) is unknown color: approx Blue Lagoon. HEX triplet: 03, 64 and 6F. RGB value is (3,100,111). Sum of RGB (Red+Green+Blue) = 3+100+111=214 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 214); Green value is 100 (39.45% from 255 or 46.73% from 214); Blue value is 111 (43.75% from 255 or 51.87% from 214); Max value from RGB is 111 - color contains mainly: blue. Hex color #03646F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03646F is #FC9B90. Grayscale: #484848. Windows color (decimal): -16554897 or 7300099. OLE color: 7300099.

HSL color Cylindrical-coordinate representation of color #03646F: hue angle of 186.11º 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 #03646F is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3100111-
CMYK0.970.1000.56
HSL186.11º94.74%22.35%-
HSV(B)186.11º97.3%43.53%-
XYZ7.4610.2816.63-
YUV72.25149.8678.61-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.40%
GREEN value IS 100 (39.45% from 255) = 46.73%
BLUE value IS 111 (43.75% from 255) = 51.87%
R=1.40%
G=46.73%
B=51.87%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31001110.970.1000.56186.1194.7422.35
Hex3646F61A038ba5f16
Octal31441571411207027213726
Binary111100100110111111000011010011100010111010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03646F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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