#025368

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

Shades of Blue Lagoon #025368

Tints of Blue Lagoon #025368

Color information

#025368 (or 0x025368) is unknown color: approx Blue Lagoon. HEX triplet: 02, 53 and 68. RGB value is (2,83,104). Sum of RGB (Red+Green+Blue) = 2+83+104=189 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 104 (41.02% from 255 or 55.03% from 189); Max value from RGB is 104 - color contains mainly: blue. Hex color #025368 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025368 is #FDAC97. Grayscale: #3D3D3D. Windows color (decimal): -16624792 or 6836994. OLE color: 6836994.

HSL color Cylindrical-coordinate representation of color #025368: hue angle of 192.35º 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 #025368 is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB283104-
CMYK0.980.2000.59
HSL192.35º96.23%20.78%-
HSV(B)192.35º98.08%40.78%-
XYZ5.627.214.19-
YUV61.18152.1685.79-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.06%
GREEN value IS 83 (32.81% from 255) = 43.92%
BLUE value IS 104 (41.02% from 255) = 55.03%
R=1.06%
G=43.92%
B=55.03%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2831040.980.2000.59192.3596.2320.78
Hex25368621403Bc06015
Octal21231501422407330014025
Binary1010100111101000110001010100011101111000000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025368; }

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

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

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

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

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

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

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

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