#063C50

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

Shades of Sherpa Blue #063C50

Tints of Sherpa Blue #063C50

Color information

#063C50 (or 0x063C50) is unknown color: approx Sherpa Blue. HEX triplet: 06, 3C and 50. RGB value is (6,60,80). Sum of RGB (Red+Green+Blue) = 6+60+80=146 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.11% from 146); Green value is 60 (23.83% from 255 or 41.10% from 146); Blue value is 80 (31.64% from 255 or 54.79% from 146); Max value from RGB is 80 - color contains mainly: blue. Hex color #063C50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063C50 is #F9C3AF. Grayscale: #2E2E2E. Windows color (decimal): -16368560 or 5258246. OLE color: 5258246.

HSL color Cylindrical-coordinate representation of color #063C50: hue angle of 196.22º 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 #063C50 is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB66080-
CMYK0.920.2500.69
HSL196.22º86.05%16.86%-
HSV(B)196.22º92.5%31.37%-
XYZ3.143.858.17-
YUV46.13147.1199.37-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.11%
GREEN value IS 60 (23.83% from 255) = 41.10%
BLUE value IS 80 (31.64% from 255) = 54.79%
R=4.11%
G=41.10%
B=54.79%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal660800.920.2500.69196.2286.0516.86
Hex63C505C19045c45611
Octal67412013431010530412621
Binary11011110010100001011100110010100010111000100101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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