#064352

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

Shades of Sherpa Blue #064352

Tints of Sherpa Blue #064352

Color information

#064352 (or 0x064352) is unknown color: approx Sherpa Blue. HEX triplet: 06, 43 and 52. RGB value is (6,67,82). Sum of RGB (Red+Green+Blue) = 6+67+82=155 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.87% from 155); Green value is 67 (26.56% from 255 or 43.23% from 155); Blue value is 82 (32.42% from 255 or 52.90% from 155); Max value from RGB is 82 - color contains mainly: blue. Hex color #064352 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064352 is #F9BCAD. Grayscale: #323232. Windows color (decimal): -16366766 or 5391110. OLE color: 5391110.

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

Color convert

RGB66782-
CMYK0.930.1800.68
HSL191.84º86.36%17.25%-
HSV(B)191.84º92.68%32.16%-
XYZ3.614.668.69-
YUV50.47145.7996.28-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.87%
GREEN value IS 67 (26.56% from 255) = 43.23%
BLUE value IS 82 (32.42% from 255) = 52.90%
R=3.87%
G=43.23%
B=52.90%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal667820.930.1800.68191.8486.3617.25
Hex643525D12044c05611
Octal610312213522010430012621
Binary110100001110100101011101100100100010011000000101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064352; }

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

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

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

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

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

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

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

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