#003446

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

Shades of Sherpa Blue #003446

Tints of Sherpa Blue #003446

Color information

#003446 (or 0x003446) is unknown color: approx Sherpa Blue. HEX triplet: 00, 34 and 46. RGB value is (0,52,70). Sum of RGB (Red+Green+Blue) = 0+52+70=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 52 (20.70% from 255 or 42.62% from 122); Blue value is 70 (27.73% from 255 or 57.38% from 122); Max value from RGB is 70 - color contains mainly: blue. Hex color #003446 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003446 is #FFCBB9. Grayscale: #262626. Windows color (decimal): -16763834 or 4600832. OLE color: 4600832.

HSL color Cylindrical-coordinate representation of color #003446: hue angle of 195.43º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003446 is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB05270-
CMYK10.2600.73
HSL195.43º100%13.73%-
HSV(B)195.43º100%27.45%-
XYZ2.332.96.23-
YUV38.5145.77100.54-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 52 (20.70% from 255) = 42.62%
BLUE value IS 70 (27.73% from 255) = 57.38%
R=0%
G=42.62%
B=57.38%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal0527010.2600.73195.4310013.73
Hex03446641A049c364e
Octal06410614432011130314416
Binary01101001000110110010011010010010011100001111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003446; }

 p { color: rgb(0,52,70); }

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

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

 a { background-color: rgb(0,52,70); }

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

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

 span { border-color: rgb(0,52,70); }

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