#063A3F

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

Shades of Cyprus #063A3F

Tints of Cyprus #063A3F

Color information

#063A3F (or 0x063A3F) is unknown color: approx Cyprus. HEX triplet: 06, 3A and 3F. RGB value is (6,58,63). Sum of RGB (Red+Green+Blue) = 6+58+63=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 58 (23.05% from 255 or 45.67% from 127); Blue value is 63 (25% from 255 or 49.61% from 127); Max value from RGB is 63 - color contains mainly: blue. Hex color #063A3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063A3F is #F9C5C0. Grayscale: #2A2A2A. Windows color (decimal): -16369089 or 4143622. OLE color: 4143622.

HSL color Cylindrical-coordinate representation of color #063A3F: hue angle of 185.26º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #063A3F is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB65863-
CMYK0.900.0800.75
HSL185.26º82.61%13.53%-
HSV(B)185.26º90.48%24.71%-
XYZ2.493.425.23-
YUV43.02139.27101.59-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.72%
GREEN value IS 58 (23.05% from 255) = 45.67%
BLUE value IS 63 (25% from 255) = 49.61%
R=4.72%
G=45.67%
B=49.61%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal658630.900.0800.75185.2682.6113.53
Hex63A3F5A804Bb953e
Octal6727713210011327112316
Binary11011101011111110110101000010010111011100110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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