#063B52

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

Shades of Sherpa Blue #063B52

Tints of Sherpa Blue #063B52

Color information

#063B52 (or 0x063B52) is unknown color: approx Sherpa Blue. HEX triplet: 06, 3B and 52. RGB value is (6,59,82). Sum of RGB (Red+Green+Blue) = 6+59+82=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 59 (23.44% from 255 or 40.14% from 147); Blue value is 82 (32.42% from 255 or 55.78% from 147); Max value from RGB is 82 - color contains mainly: blue. Hex color #063B52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063B52 is #F9C4AD. Grayscale: #2D2D2D. Windows color (decimal): -16368814 or 5389062. OLE color: 5389062.

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

Color convert

RGB65982-
CMYK0.930.2800.68
HSL198.16º86.36%17.25%-
HSV(B)198.16º92.68%32.16%-
XYZ3.163.788.54-
YUV45.77148.4499.63-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.08%
GREEN value IS 59 (23.44% from 255) = 40.14%
BLUE value IS 82 (32.42% from 255) = 55.78%
R=4.08%
G=40.14%
B=55.78%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal659820.930.2800.68198.1686.3617.25
Hex63B525D1C044c65611
Octal67312213534010430612621
Binary11011101110100101011101111000100010011000110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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