#063A3B

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

Shades of Cyprus #063A3B

Tints of Cyprus #063A3B

Color information

#063A3B (or 0x063A3B) is unknown color: approx Cyprus. HEX triplet: 06, 3A and 3B. RGB value is (6,58,59). Sum of RGB (Red+Green+Blue) = 6+58+59=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 58 (23.05% from 255 or 47.15% from 123); Blue value is 59 (23.44% from 255 or 47.97% from 123); Max value from RGB is 59 - color contains mainly: blue. Hex color #063A3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063A3B is #F9C5C4. Grayscale: #2A2A2A. Windows color (decimal): -16369093 or 3881478. OLE color: 3881478.

HSL color Cylindrical-coordinate representation of color #063A3B: hue angle of 181.13º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #063A3B is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB65859-
CMYK0.900.0200.77
HSL181.13º81.54%12.75%-
HSV(B)181.13º89.83%23.14%-
XYZ2.383.384.66-
YUV42.57137.27101.92-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.88%
GREEN value IS 58 (23.05% from 255) = 47.15%
BLUE value IS 59 (23.44% from 255) = 47.97%
R=4.88%
G=47.15%
B=47.97%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal658590.900.0200.77181.1381.5412.75
Hex63A3B5A204Db552d
Octal672731322011526512215
Binary110111010111011101101010010011011011010110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063A3B; }

 p { color: rgb(6,58,59); }

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

<style>
 a { background-color: #063A3B; }

 a { background-color: rgb(6,58,59); }

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

<style>
 span { border-color: #063A3B; }

 span { border-color: rgb(6,58,59); }

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