#063D52

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

Shades of Sherpa Blue #063D52

Tints of Sherpa Blue #063D52

Color information

#063D52 (or 0x063D52) is unknown color: approx Sherpa Blue. HEX triplet: 06, 3D and 52. RGB value is (6,61,82). Sum of RGB (Red+Green+Blue) = 6+61+82=149 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.03% from 149); Green value is 61 (24.22% from 255 or 40.94% from 149); Blue value is 82 (32.42% from 255 or 55.03% from 149); Max value from RGB is 82 - color contains mainly: blue. Hex color #063D52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063D52 is #F9C2AD. Grayscale: #2E2E2E. Windows color (decimal): -16368302 or 5389574. OLE color: 5389574.

HSL color Cylindrical-coordinate representation of color #063D52: hue angle of 196.58º 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 #063D52 is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB66182-
CMYK0.930.2600.68
HSL196.58º86.36%17.25%-
HSV(B)196.58º92.68%32.16%-
XYZ3.273.998.58-
YUV46.95147.7898.79-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.03%
GREEN value IS 61 (24.22% from 255) = 40.94%
BLUE value IS 82 (32.42% from 255) = 55.03%
R=4.03%
G=40.94%
B=55.03%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal661820.930.2600.68196.5886.3617.25
Hex63D525D1A044c55611
Octal67512213532010430512621
Binary11011110110100101011101110100100010011000101101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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