#03626E

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

Shades of Blue Lagoon #03626E

Tints of Blue Lagoon #03626E

Color information

#03626E (or 0x03626E) is unknown color: approx Blue Lagoon. HEX triplet: 03, 62 and 6E. RGB value is (3,98,110). Sum of RGB (Red+Green+Blue) = 3+98+110=211 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 211); Green value is 98 (38.67% from 255 or 46.45% from 211); Blue value is 110 (43.36% from 255 or 52.13% from 211); Max value from RGB is 110 - color contains mainly: blue. Hex color #03626E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03626E is #FC9D91. Grayscale: #464646. Windows color (decimal): -16555410 or 7234051. OLE color: 7234051.

HSL color Cylindrical-coordinate representation of color #03626E: hue angle of 186.73º 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 #03626E is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB398110-
CMYK0.970.1100.57
HSL186.73º94.69%22.16%-
HSV(B)186.73º97.27%43.14%-
XYZ7.229.8816.28-
YUV70.96150.0379.52-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.42%
GREEN value IS 98 (38.67% from 255) = 46.45%
BLUE value IS 110 (43.36% from 255) = 52.13%
R=1.42%
G=46.45%
B=52.13%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3981100.970.1100.57186.7394.6922.16
Hex3626E61B039bb5f16
Octal31421561411307127313726
Binary111100010110111011000011011011100110111011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03626E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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