#024441

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

Shades of Cyprus #024441

Tints of Cyprus #024441

Color information

#024441 (or 0x024441) is unknown color: approx Cyprus. HEX triplet: 02, 44 and 41. RGB value is (2,68,65). Sum of RGB (Red+Green+Blue) = 2+68+65=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 68 (26.95% from 255 or 50.37% from 135); Blue value is 65 (25.78% from 255 or 48.15% from 135); Max value from RGB is 68 - color contains mainly: green. Hex color #024441 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024441 is #FDBBBE. Grayscale: #2F2F2F. Windows color (decimal): -16628671 or 4277250. OLE color: 4277250.

HSL color Cylindrical-coordinate representation of color #024441: hue angle of 177.27º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024441 is Cyan = 0.97, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB26865-
CMYK0.9700.040.73
HSL177.27º94.29%13.73%-
HSV(B)177.27º97.06%26.67%-
XYZ3.054.535.71-
YUV47.92137.6395.24-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.48%
GREEN value IS 68 (26.95% from 255) = 50.37%
BLUE value IS 65 (25.78% from 255) = 48.15%
R=1.48%
G=50.37%
B=48.15%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal268650.9700.040.73177.2794.2913.73
Hex24441610449b15ee
Octal21041011410411126113616
Binary10100010010000011100001010010010011011000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024441; }

 p { color: rgb(2,68,65); }

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

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

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

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

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

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

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