#036A75

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

Shades of Blue Lagoon #036A75

Tints of Blue Lagoon #036A75

Color information

#036A75 (or 0x036A75) is unknown color: approx Blue Lagoon. HEX triplet: 03, 6A and 75. RGB value is (3,106,117). Sum of RGB (Red+Green+Blue) = 3+106+117=226 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 226); Green value is 106 (41.80% from 255 or 46.90% from 226); Blue value is 117 (46.09% from 255 or 51.77% from 226); Max value from RGB is 117 - color contains mainly: blue. Hex color #036A75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036A75 is #FC958A. Grayscale: #4C4C4C. Windows color (decimal): -16553355 or 7694851. OLE color: 7694851.

HSL color Cylindrical-coordinate representation of color #036A75: hue angle of 185.79º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036A75 is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3106117-
CMYK0.970.0900.54
HSL185.79º95%23.53%-
HSV(B)185.79º97.44%45.88%-
XYZ8.411.6118.63-
YUV76.46150.8875.61-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.33%
GREEN value IS 106 (41.80% from 255) = 46.90%
BLUE value IS 117 (46.09% from 255) = 51.77%
R=1.33%
G=46.90%
B=51.77%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal31061170.970.0900.54185.799523.53
Hex36A75619036ba5f18
Octal31521651411106627213730
Binary111101010111010111000011001011011010111010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036A75; }

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

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

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

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

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

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

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

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