#02363A

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

Shades of Cyprus #02363A

Tints of Cyprus #02363A

Color information

#02363A (or 0x02363A) is unknown color: approx Cyprus. HEX triplet: 02, 36 and 3A. RGB value is (2,54,58). Sum of RGB (Red+Green+Blue) = 2+54+58=114 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.75% from 114); Green value is 54 (21.48% from 255 or 47.37% from 114); Blue value is 58 (23.05% from 255 or 50.88% from 114); Max value from RGB is 58 - color contains mainly: blue. Hex color #02363A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02363A is #FDC9C5. Grayscale: #262626. Windows color (decimal): -16632262 or 3814914. OLE color: 3814914.

HSL color Cylindrical-coordinate representation of color #02363A: hue angle of 184.29º 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 #02363A is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB25458-
CMYK0.970.0700.77
HSL184.29º93.33%11.76%-
HSV(B)184.29º96.55%22.75%-
XYZ2.112.964.46-
YUV38.91138.77101.67-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.75%
GREEN value IS 54 (21.48% from 255) = 47.37%
BLUE value IS 58 (23.05% from 255) = 50.88%
R=1.75%
G=47.37%
B=50.88%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal254580.970.0700.77184.2993.3311.76
Hex2363A61704Db85dc
Octal266721417011527013514
Binary101101101110101100001111010011011011100010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02363A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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