#02343D

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

Shades of Cyprus #02343D

Tints of Cyprus #02343D

Color information

#02343D (or 0x02343D) is unknown color: approx Cyprus. HEX triplet: 02, 34 and 3D. RGB value is (2,52,61). Sum of RGB (Red+Green+Blue) = 2+52+61=115 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.74% from 115); Green value is 52 (20.70% from 255 or 45.22% from 115); Blue value is 61 (24.22% from 255 or 53.04% from 115); Max value from RGB is 61 - color contains mainly: blue. Hex color #02343D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02343D is #FDCBC2. Grayscale: #252525. Windows color (decimal): -16632771 or 4011010. OLE color: 4011010.

HSL color Cylindrical-coordinate representation of color #02343D: hue angle of 189.15º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02343D is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB25261-
CMYK0.970.1500.76
HSL189.15º93.65%12.35%-
HSV(B)189.15º96.72%23.92%-
XYZ2.12.814.85-
YUV38.08140.94102.27-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.74%
GREEN value IS 52 (20.70% from 255) = 45.22%
BLUE value IS 61 (24.22% from 255) = 53.04%
R=1.74%
G=45.22%
B=53.04%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal252610.970.1500.76189.1593.6512.35
Hex2343D61F04Cbd5ec
Octal2647514117011427513614
Binary1011010011110111000011111010011001011110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02343D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02343D; }

 p { color: rgb(2,52,61); }

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

<style>
 a { background-color: #02343D; }

 a { background-color: rgb(2,52,61); }

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

<style>
 span { border-color: #02343D; }

 span { border-color: rgb(2,52,61); }

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