#024E64

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

Shades of Blue Lagoon #024E64

Tints of Blue Lagoon #024E64

Color information

#024E64 (or 0x024E64) is unknown color: approx Blue Lagoon. HEX triplet: 02, 4E and 64. RGB value is (2,78,100). Sum of RGB (Red+Green+Blue) = 2+78+100=180 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.11% from 180); Green value is 78 (30.86% from 255 or 43.33% from 180); Blue value is 100 (39.45% from 255 or 55.56% from 180); Max value from RGB is 100 - color contains mainly: blue. Hex color #024E64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024E64 is #FDB19B. Grayscale: #393939. Windows color (decimal): -16626076 or 6573570. OLE color: 6573570.

HSL color Cylindrical-coordinate representation of color #024E64: hue angle of 193.47º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024E64 is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB278100-
CMYK0.980.2200.61
HSL193.47º96.08%20%-
HSV(B)193.47º98%39.22%-
XYZ5.056.3813.02-
YUV57.78151.8288.21-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.11%
GREEN value IS 78 (30.86% from 255) = 43.33%
BLUE value IS 100 (39.45% from 255) = 55.56%
R=1.11%
G=43.33%
B=55.56%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2781000.980.2200.61193.4796.0820
Hex24E64621603Dc16014
Octal21161441422607530114024
Binary1010011101100100110001010110011110111000001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024E64; }

 p { color: rgb(2,78,100); }

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

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

 a { background-color: rgb(2,78,100); }

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

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

 span { border-color: rgb(2,78,100); }

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