#02443C

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

Shades of Cyprus #02443C

Tints of Cyprus #02443C

Color information

#02443C (or 0x02443C) is unknown color: approx Cyprus. HEX triplet: 02, 44 and 3C. RGB value is (2,68,60). Sum of RGB (Red+Green+Blue) = 2+68+60=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 68 (26.95% from 255 or 52.31% from 130); Blue value is 60 (23.83% from 255 or 46.15% from 130); Max value from RGB is 68 - color contains mainly: green. Hex color #02443C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02443C is #FDBBC3. Grayscale: #2F2F2F. Windows color (decimal): -16628676 or 3949570. OLE color: 3949570.

HSL color Cylindrical-coordinate representation of color #02443C: hue angle of 172.73º 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 #02443C is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.73.

Color convert

RGB26860-
CMYK0.9700.120.73
HSL172.73º94.29%13.73%-
HSV(B)172.73º97.06%26.67%-
XYZ2.914.474.99-
YUV47.35135.1395.65-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.54%
GREEN value IS 68 (26.95% from 255) = 52.31%
BLUE value IS 60 (23.83% from 255) = 46.15%
R=1.54%
G=52.31%
B=46.15%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal268600.9700.120.73172.7394.2913.73
Hex2443C610C49ad5ee
Octal21047414101411125513616
Binary10100010011110011000010110010010011010110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02443C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02443C; }

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

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

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

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

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

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

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

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