#024040

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

Shades of Cyprus #024040

Tints of Cyprus #024040

Color information

#024040 (or 0x024040) is unknown color: approx Cyprus. HEX triplet: 02, 40 and 40. RGB value is (2,64,64). Sum of RGB (Red+Green+Blue) = 2+64+64=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 64 (25.39% from 255 or 49.23% from 130); Blue value is 64 (25.39% from 255 or 49.23% from 130); Max value from RGB is 64 - color contains mainly: green, blue. Hex color #024040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024040 is #FDBFBF. Grayscale: #2D2D2D. Windows color (decimal): -16629696 or 4210690. OLE color: 4210690.

HSL color Cylindrical-coordinate representation of color #024040: hue angle of 180º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024040 is Cyan = 0.97, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB26464-
CMYK0.97000.75
HSL180º93.94%12.94%-
HSV(B)180º96.88%25.1%-
XYZ2.784.055.49-
YUV45.46138.4697-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.54%
GREEN value IS 64 (25.39% from 255) = 49.23%
BLUE value IS 64 (25.39% from 255) = 49.23%
R=1.54%
G=49.23%
B=49.23%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal264640.97000.7518093.9412.94
Hex2404061004Bb45ed
Octal21001001410011326413615
Binary101000000100000011000010010010111011010010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024040; }

 p { color: rgb(2,64,64); }

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

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

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

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

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

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

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