#023F40

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

Shades of Cyprus #023F40

Tints of Cyprus #023F40

Color information

#023F40 (or 0x023F40) is unknown color: approx Cyprus. HEX triplet: 02, 3F and 40. RGB value is (2,63,64). Sum of RGB (Red+Green+Blue) = 2+63+64=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 63 (25% from 255 or 48.84% from 129); Blue value is 64 (25.39% from 255 or 49.61% from 129); Max value from RGB is 64 - color contains mainly: blue. Hex color #023F40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023F40 is #FDC0BF. Grayscale: #2C2C2C. Windows color (decimal): -16629952 or 4210434. OLE color: 4210434.

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

Color convert

RGB26364-
CMYK0.970.0200.75
HSL180.97º93.94%12.94%-
HSV(B)180.97º96.88%25.1%-
XYZ2.733.945.47-
YUV44.87138.7997.42-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.55%
GREEN value IS 63 (25% from 255) = 48.84%
BLUE value IS 64 (25.39% from 255) = 49.61%
R=1.55%
G=48.84%
B=49.61%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal263640.970.0200.75180.9793.9412.94
Hex23F4061204Bb55ed
Octal2771001412011326513615
Binary101111111000000110000110010010111011010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023F40; }

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

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

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

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

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

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

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

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