#024E68

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

Shades of Blue Lagoon #024E68

Tints of Blue Lagoon #024E68

Color information

#024E68 (or 0x024E68) is unknown color: approx Blue Lagoon. HEX triplet: 02, 4E and 68. RGB value is (2,78,104). Sum of RGB (Red+Green+Blue) = 2+78+104=184 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 184); Green value is 78 (30.86% from 255 or 42.39% from 184); Blue value is 104 (41.02% from 255 or 56.52% from 184); Max value from RGB is 104 - color contains mainly: blue. Hex color #024E68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024E68 is #FDB197. Grayscale: #3A3A3A. Windows color (decimal): -16626072 or 6835714. OLE color: 6835714.

HSL color Cylindrical-coordinate representation of color #024E68: hue angle of 195.29º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024E68 is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB278104-
CMYK0.980.2500.59
HSL195.29º96.23%20.78%-
HSV(B)195.29º98.08%40.78%-
XYZ5.256.4614.07-
YUV58.24153.8287.89-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.09%
GREEN value IS 78 (30.86% from 255) = 42.39%
BLUE value IS 104 (41.02% from 255) = 56.52%
R=1.09%
G=42.39%
B=56.52%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2781040.980.2500.59195.2996.2320.78
Hex24E68621903Bc36015
Octal21161501423107330314025
Binary1010011101101000110001011001011101111000011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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