#063B4C

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

Shades of Sherpa Blue #063B4C

Tints of Sherpa Blue #063B4C

Color information

#063B4C (or 0x063B4C) is unknown color: approx Sherpa Blue. HEX triplet: 06, 3B and 4C. RGB value is (6,59,76). Sum of RGB (Red+Green+Blue) = 6+59+76=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 59 (23.44% from 255 or 41.84% from 141); Blue value is 76 (30.08% from 255 or 53.90% from 141); Max value from RGB is 76 - color contains mainly: blue. Hex color #063B4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063B4C is #F9C4B3. Grayscale: #2C2C2C. Windows color (decimal): -16368820 or 4995846. OLE color: 4995846.

HSL color Cylindrical-coordinate representation of color #063B4C: hue angle of 194.57º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #063B4C is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB65976-
CMYK0.920.2200.70
HSL194.57º85.37%16.08%-
HSV(B)194.57º92.11%29.8%-
XYZ2.943.697.39-
YUV45.09145.44100.12-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.26%
GREEN value IS 59 (23.44% from 255) = 41.84%
BLUE value IS 76 (30.08% from 255) = 53.90%
R=4.26%
G=41.84%
B=53.90%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal659760.920.2200.70194.5785.3716.08
Hex63B4C5C16046c35510
Octal67311413426010630312520
Binary11011101110011001011100101100100011011000011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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