#034552

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

Shades of Sherpa Blue #034552

Tints of Sherpa Blue #034552

Color information

#034552 (or 0x034552) is unknown color: approx Sherpa Blue. HEX triplet: 03, 45 and 52. RGB value is (3,69,82). Sum of RGB (Red+Green+Blue) = 3+69+82=154 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.95% from 154); Green value is 69 (27.34% from 255 or 44.81% from 154); Blue value is 82 (32.42% from 255 or 53.25% from 154); Max value from RGB is 82 - color contains mainly: blue. Hex color #034552 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034552 is #FCBAAD. Grayscale: #323232. Windows color (decimal): -16562862 or 5391619. OLE color: 5391619.

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

Color convert

RGB36982-
CMYK0.960.1600.68
HSL189.87º92.94%16.67%-
HSV(B)189.87º96.34%32.16%-
XYZ3.694.888.73-
YUV50.75145.6393.94-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.95%
GREEN value IS 69 (27.34% from 255) = 44.81%
BLUE value IS 82 (32.42% from 255) = 53.25%
R=1.95%
G=44.81%
B=53.25%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal369820.960.1600.68189.8792.9416.67
Hex345526010044be5d11
Octal310512214020010427613521
Binary11100010110100101100000100000100010010111110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034552; }

 p { color: rgb(3,69,82); }

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

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

 a { background-color: rgb(3,69,82); }

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

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

 span { border-color: rgb(3,69,82); }

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