#036678

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

Shades of Blue Lagoon #036678

Tints of Blue Lagoon #036678

Color information

#036678 (or 0x036678) is unknown color: approx Blue Lagoon. HEX triplet: 03, 66 and 78. RGB value is (3,102,120). Sum of RGB (Red+Green+Blue) = 3+102+120=225 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 225); Green value is 102 (40.23% from 255 or 45.33% from 225); Blue value is 120 (47.27% from 255 or 53.33% from 225); Max value from RGB is 120 - color contains mainly: blue. Hex color #036678 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036678 is #FC9987. Grayscale: #4A4A4A. Windows color (decimal): -16554376 or 7890435. OLE color: 7890435.

HSL color Cylindrical-coordinate representation of color #036678: hue angle of 189.23º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036678 is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3102120-
CMYK0.980.1500.53
HSL189.23º95.12%24.12%-
HSV(B)189.23º97.5%47.06%-
XYZ8.1810.8819.44-
YUV74.45153.777.04-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.33%
GREEN value IS 102 (40.23% from 255) = 45.33%
BLUE value IS 120 (47.27% from 255) = 53.33%
R=1.33%
G=45.33%
B=53.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal31021200.980.1500.53189.2395.1224.12
Hex3667862F035bd5f18
Octal31461701421706527513730
Binary111100110111100011000101111011010110111101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036678; }

 p { color: rgb(3,102,120); }

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

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

 a { background-color: rgb(3,102,120); }

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

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

 span { border-color: rgb(3,102,120); }

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