#023E40

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

Shades of Cyprus #023E40

Tints of Cyprus #023E40

Color information

#023E40 (or 0x023E40) is unknown color: approx Cyprus. HEX triplet: 02, 3E and 40. RGB value is (2,62,64). Sum of RGB (Red+Green+Blue) = 2+62+64=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 62 (24.61% from 255 or 48.44% from 128); Blue value is 64 (25.39% from 255 or 50% from 128); Max value from RGB is 64 - color contains mainly: blue. Hex color #023E40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023E40 is #FDC1BF. Grayscale: #2C2C2C. Windows color (decimal): -16630208 or 4210178. OLE color: 4210178.

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

Color convert

RGB26264-
CMYK0.970.0300.75
HSL181.94º93.94%12.94%-
HSV(B)181.94º96.88%25.1%-
XYZ2.673.835.45-
YUV44.29139.1297.84-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.56%
GREEN value IS 62 (24.61% from 255) = 48.44%
BLUE value IS 64 (25.39% from 255) = 50%
R=1.56%
G=48.44%
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
Decimal262640.970.0300.75181.9493.9412.94
Hex23E4061304Bb65ed
Octal2761001413011326613615
Binary101111101000000110000111010010111011011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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