#03626D

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

Shades of Blue Lagoon #03626D

Tints of Blue Lagoon #03626D

Color information

#03626D (or 0x03626D) is unknown color: approx Blue Lagoon. HEX triplet: 03, 62 and 6D. RGB value is (3,98,109). Sum of RGB (Red+Green+Blue) = 3+98+109=210 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.43% from 210); Green value is 98 (38.67% from 255 or 46.67% from 210); Blue value is 109 (42.97% from 255 or 51.90% from 210); Max value from RGB is 109 - color contains mainly: blue. Hex color #03626D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03626D is #FC9D92. Grayscale: #464646. Windows color (decimal): -16555411 or 7168515. OLE color: 7168515.

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

Color convert

RGB398109-
CMYK0.970.1000.57
HSL186.23º94.64%21.96%-
HSV(B)186.23º97.25%42.75%-
XYZ7.179.8615.99-
YUV70.85149.5379.61-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.43%
GREEN value IS 98 (38.67% from 255) = 46.67%
BLUE value IS 109 (42.97% from 255) = 51.90%
R=1.43%
G=46.67%
B=51.90%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3981090.970.1000.57186.2394.6421.96
Hex3626D61A039ba5f16
Octal31421551411207127213726
Binary111100010110110111000011010011100110111010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03626D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03626D; }

 p { color: rgb(3,98,109); }

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

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

 a { background-color: rgb(3,98,109); }

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

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

 span { border-color: rgb(3,98,109); }

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