#023B40

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

Shades of Cyprus #023B40

Tints of Cyprus #023B40

Color information

#023B40 (or 0x023B40) is unknown color: approx Cyprus. HEX triplet: 02, 3B and 40. RGB value is (2,59,64). Sum of RGB (Red+Green+Blue) = 2+59+64=125 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.6% from 125); Green value is 59 (23.44% from 255 or 47.2% from 125); Blue value is 64 (25.39% from 255 or 51.2% from 125); Max value from RGB is 64 - color contains mainly: blue. Hex color #023B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023B40 is #FDC4BF. Grayscale: #2A2A2A. Windows color (decimal): -16630976 or 4209410. OLE color: 4209410.

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

Color convert

RGB25964-
CMYK0.970.0800.75
HSL184.84º93.94%12.94%-
HSV(B)184.84º96.88%25.1%-
XYZ2.513.515.4-
YUV42.53140.1299.09-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.6%
GREEN value IS 59 (23.44% from 255) = 47.2%
BLUE value IS 64 (25.39% from 255) = 51.2%
R=1.6%
G=47.2%
B=51.2%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal259640.970.0800.75184.8493.9412.94
Hex23B4061804Bb95ed
Octal27310014110011327113615
Binary10111011100000011000011000010010111011100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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