#02353E

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

Shades of Cyprus #02353E

Tints of Cyprus #02353E

Color information

#02353E (or 0x02353E) is unknown color: approx Cyprus. HEX triplet: 02, 35 and 3E. RGB value is (2,53,62). Sum of RGB (Red+Green+Blue) = 2+53+62=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 53 (21.09% from 255 or 45.30% from 117); Blue value is 62 (24.61% from 255 or 52.99% from 117); Max value from RGB is 62 - color contains mainly: blue. Hex color #02353E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02353E is #FDCAC1. Grayscale: #262626. Windows color (decimal): -16632514 or 4076802. OLE color: 4076802.

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

Color convert

RGB25362-
CMYK0.970.1500.76
HSL189º93.75%12.55%-
HSV(B)189º96.77%24.31%-
XYZ2.172.915-
YUV38.78141.1101.77-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.71%
GREEN value IS 53 (21.09% from 255) = 45.30%
BLUE value IS 62 (24.61% from 255) = 52.99%
R=1.71%
G=45.30%
B=52.99%

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
Decimal253620.970.1500.7618993.7512.55
Hex2353E61F04Cbd5ed
Octal2657614117011427513615
Binary1011010111111011000011111010011001011110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02353E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02353E; }

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

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

<style>
 a { background-color: #02353E; }

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

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

<style>
 span { border-color: #02353E; }

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

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