#02353A

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

Shades of Cyprus #02353A

Tints of Cyprus #02353A

Color information

#02353A (or 0x02353A) is unknown color: approx Cyprus. HEX triplet: 02, 35 and 3A. RGB value is (2,53,58). Sum of RGB (Red+Green+Blue) = 2+53+58=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 53 (21.09% from 255 or 46.90% from 113); Blue value is 58 (23.05% from 255 or 51.33% from 113); Max value from RGB is 58 - color contains mainly: blue. Hex color #02353A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02353A is #FDCAC5. Grayscale: #262626. Windows color (decimal): -16632518 or 3814658. OLE color: 3814658.

HSL color Cylindrical-coordinate representation of color #02353A: hue angle of 185.36º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02353A is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB25358-
CMYK0.970.0900.77
HSL185.36º93.33%11.76%-
HSV(B)185.36º96.55%22.75%-
XYZ2.062.864.45-
YUV38.32139.1102.09-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.77%
GREEN value IS 53 (21.09% from 255) = 46.90%
BLUE value IS 58 (23.05% from 255) = 51.33%
R=1.77%
G=46.90%
B=51.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal253580.970.0900.77185.3693.3311.76
Hex2353A61904Db95dc
Octal2657214111011527113514
Binary1011010111101011000011001010011011011100110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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