#02403A

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

Shades of Cyprus #02403A

Tints of Cyprus #02403A

Color information

#02403A (or 0x02403A) is unknown color: approx Cyprus. HEX triplet: 02, 40 and 3A. RGB value is (2,64,58). Sum of RGB (Red+Green+Blue) = 2+64+58=124 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.61% from 124); Green value is 64 (25.39% from 255 or 51.61% from 124); Blue value is 58 (23.05% from 255 or 46.77% from 124); Max value from RGB is 64 - color contains mainly: green. Hex color #02403A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02403A is #FDBFC5. Grayscale: #2C2C2C. Windows color (decimal): -16629702 or 3817474. OLE color: 3817474.

HSL color Cylindrical-coordinate representation of color #02403A: hue angle of 174.19º 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 #02403A is Cyan = 0.97, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB26458-
CMYK0.9700.090.75
HSL174.19º93.94%12.94%-
HSV(B)174.19º96.88%25.1%-
XYZ2.623.994.63-
YUV44.78135.4697.49-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.61%
GREEN value IS 64 (25.39% from 255) = 51.61%
BLUE value IS 58 (23.05% from 255) = 46.77%
R=1.61%
G=51.61%
B=46.77%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal264580.9700.090.75174.1993.9412.94
Hex2403A61094Bae5ed
Octal21007214101111325613615
Binary10100000011101011000010100110010111010111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02403A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02403A; }

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

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

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

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

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

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

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

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