#063A50

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

Shades of Sherpa Blue #063A50

Tints of Sherpa Blue #063A50

Color information

#063A50 (or 0x063A50) is unknown color: approx Sherpa Blue. HEX triplet: 06, 3A and 50. RGB value is (6,58,80). Sum of RGB (Red+Green+Blue) = 6+58+80=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 58 (23.05% from 255 or 40.28% from 144); Blue value is 80 (31.64% from 255 or 55.56% from 144); Max value from RGB is 80 - color contains mainly: blue. Hex color #063A50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063A50 is #F9C5AF. Grayscale: #2C2C2C. Windows color (decimal): -16369072 or 5257734. OLE color: 5257734.

HSL color Cylindrical-coordinate representation of color #063A50: hue angle of 197.84º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063A50 is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB65880-
CMYK0.920.2800.69
HSL197.84º86.05%16.86%-
HSV(B)197.84º92.5%31.37%-
XYZ3.043.648.13-
YUV44.96147.77100.21-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.17%
GREEN value IS 58 (23.05% from 255) = 40.28%
BLUE value IS 80 (31.64% from 255) = 55.56%
R=4.17%
G=40.28%
B=55.56%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal658800.920.2800.69197.8486.0516.86
Hex63A505C1C045c65611
Octal67212013434010530612621
Binary11011101010100001011100111000100010111000110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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