#023F41

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

Shades of Cyprus #023F41

Tints of Cyprus #023F41

Color information

#023F41 (or 0x023F41) is unknown color: approx Cyprus. HEX triplet: 02, 3F and 41. RGB value is (2,63,65). Sum of RGB (Red+Green+Blue) = 2+63+65=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 63 (25% from 255 or 48.46% from 130); Blue value is 65 (25.78% from 255 or 50% from 130); Max value from RGB is 65 - color contains mainly: blue. Hex color #023F41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023F41 is #FDC0BE. Grayscale: #2C2C2C. Windows color (decimal): -16629951 or 4275970. OLE color: 4275970.

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

Color convert

RGB26365-
CMYK0.970.0300.75
HSL181.9º94.03%13.14%-
HSV(B)181.9º96.92%25.49%-
XYZ2.763.955.62-
YUV44.99139.2997.34-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.54%
GREEN value IS 63 (25% from 255) = 48.46%
BLUE value IS 65 (25.78% from 255) = 50%
R=1.54%
G=48.46%
B=50%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal263650.970.0300.75181.994.0313.14
Hex23F4161304Bb65ed
Octal2771011413011326613615
Binary101111111000001110000111010010111011011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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