#003A52

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

Shades of Sherpa Blue #003A52

Tints of Sherpa Blue #003A52

Color information

#003A52 (or 0x003A52) is unknown color: approx Sherpa Blue. HEX triplet: 00, 3A and 52. RGB value is (0,58,82). Sum of RGB (Red+Green+Blue) = 0+58+82=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 58 (23.05% from 255 or 41.43% from 140); Blue value is 82 (32.42% from 255 or 58.57% from 140); Max value from RGB is 82 - color contains mainly: blue. Hex color #003A52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003A52 is #FFC5AD. Grayscale: #2B2B2B. Windows color (decimal): -16762286 or 5388800. OLE color: 5388800.

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

Color convert

RGB05882-
CMYK10.2900.68
HSL197.56º100%16.08%-
HSV(B)197.56º100%32.16%-
XYZ3.043.648.52-
YUV43.39149.7897.05-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 58 (23.05% from 255) = 41.43%
BLUE value IS 82 (32.42% from 255) = 58.57%
R=0%
G=41.43%
B=58.57%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal0588210.2900.68197.5610016.08
Hex03A52641D044c66410
Octal07212214435010430614420
Binary011101010100101100100111010100010011000110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003A52; }

 p { color: rgb(0,58,82); }

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

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

 a { background-color: rgb(0,58,82); }

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

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

 span { border-color: rgb(0,58,82); }

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