#063A41

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

Shades of Cyprus #063A41

Tints of Cyprus #063A41

Color information

#063A41 (or 0x063A41) is unknown color: approx Cyprus. HEX triplet: 06, 3A and 41. RGB value is (6,58,65). Sum of RGB (Red+Green+Blue) = 6+58+65=129 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.65% from 129); Green value is 58 (23.05% from 255 or 44.96% from 129); Blue value is 65 (25.78% from 255 or 50.39% from 129); Max value from RGB is 65 - color contains mainly: blue. Hex color #063A41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063A41 is #F9C5BE. Grayscale: #2B2B2B. Windows color (decimal): -16369087 or 4274694. OLE color: 4274694.

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

Color convert

RGB65865-
CMYK0.910.1100.75
HSL187.12º83.1%13.92%-
HSV(B)187.12º90.77%25.49%-
XYZ2.543.455.53-
YUV43.25140.27101.43-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.65%
GREEN value IS 58 (23.05% from 255) = 44.96%
BLUE value IS 65 (25.78% from 255) = 50.39%
R=4.65%
G=44.96%
B=50.39%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal658650.910.1100.75187.1283.113.92
Hex63A415BB04Bbb53e
Octal67210113313011327312316
Binary110111010100000110110111011010010111011101110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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