#023B3F

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

Shades of Cyprus #023B3F

Tints of Cyprus #023B3F

Color information

#023B3F (or 0x023B3F) is unknown color: approx Cyprus. HEX triplet: 02, 3B and 3F. RGB value is (2,59,63). Sum of RGB (Red+Green+Blue) = 2+59+63=124 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.61% from 124); Green value is 59 (23.44% from 255 or 47.58% from 124); Blue value is 63 (25% from 255 or 50.81% from 124); Max value from RGB is 63 - color contains mainly: blue. Hex color #023B3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023B3F is #FDC4C0. Grayscale: #2A2A2A. Windows color (decimal): -16630977 or 4143874. OLE color: 4143874.

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

Color convert

RGB25963-
CMYK0.970.0600.75
HSL183.93º93.85%12.75%-
HSV(B)183.93º96.83%24.71%-
XYZ2.493.55.25-
YUV42.41139.6299.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.61%
GREEN value IS 59 (23.44% from 255) = 47.58%
BLUE value IS 63 (25% from 255) = 50.81%
R=1.61%
G=47.58%
B=50.81%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal259630.970.0600.75183.9393.8512.75
Hex23B3F61604Bb85ed
Octal273771416011327013615
Binary101110111111111100001110010010111011100010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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