#036A7C

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

Shades of Blue Lagoon #036A7C

Tints of Blue Lagoon #036A7C

Color information

#036A7C (or 0x036A7C) is unknown color: approx Blue Lagoon. HEX triplet: 03, 6A and 7C. RGB value is (3,106,124). Sum of RGB (Red+Green+Blue) = 3+106+124=233 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 233); Green value is 106 (41.80% from 255 or 45.49% from 233); Blue value is 124 (48.83% from 255 or 53.22% from 233); Max value from RGB is 124 - color contains mainly: blue. Hex color #036A7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036A7C is #FC9583. Grayscale: #4D4D4D. Windows color (decimal): -16553348 or 8153603. OLE color: 8153603.

HSL color Cylindrical-coordinate representation of color #036A7C: hue angle of 188.93º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036A7C is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3106124-
CMYK0.980.1500.51
HSL188.93º95.28%24.9%-
HSV(B)188.93º97.58%48.63%-
XYZ8.8311.7820.88-
YUV77.26154.3875.04-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.29%
GREEN value IS 106 (41.80% from 255) = 45.49%
BLUE value IS 124 (48.83% from 255) = 53.22%
R=1.29%
G=45.49%
B=53.22%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal31061240.980.1500.51188.9395.2824.9
Hex36A7C62F033bd5f19
Octal31521741421706327513731
Binary111101010111110011000101111011001110111101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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