#036267

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

Shades of Blue Lagoon #036267

Tints of Blue Lagoon #036267

Color information

#036267 (or 0x036267) is unknown color: approx Blue Lagoon. HEX triplet: 03, 62 and 67. RGB value is (3,98,103). Sum of RGB (Red+Green+Blue) = 3+98+103=204 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.47% from 204); Green value is 98 (38.67% from 255 or 48.04% from 204); Blue value is 103 (40.62% from 255 or 50.49% from 204); Max value from RGB is 103 - color contains mainly: blue. Hex color #036267 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036267 is #FC9D98. Grayscale: #464646. Windows color (decimal): -16555417 or 6775299. OLE color: 6775299.

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

Color convert

RGB398103-
CMYK0.970.0500.60
HSL183º94.34%20.78%-
HSV(B)183º97.09%40.39%-
XYZ6.859.7314.35-
YUV70.16146.5380.09-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.47%
GREEN value IS 98 (38.67% from 255) = 48.04%
BLUE value IS 103 (40.62% from 255) = 50.49%
R=1.47%
G=48.04%
B=50.49%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3981030.970.0500.6018394.3420.78
Hex3626761503Cb75e15
Octal3142147141507426713625
Binary11110001011001111100001101011110010110111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036267; }

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

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

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

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

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

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

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

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