#003448

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

Shades of Sherpa Blue #003448

Tints of Sherpa Blue #003448

Color information

#003448 (or 0x003448) is unknown color: approx Sherpa Blue. HEX triplet: 00, 34 and 48. RGB value is (0,52,72). Sum of RGB (Red+Green+Blue) = 0+52+72=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 52 (20.70% from 255 or 41.94% from 124); Blue value is 72 (28.52% from 255 or 58.06% from 124); Max value from RGB is 72 - color contains mainly: blue. Hex color #003448 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003448 is #FFCBB7. Grayscale: #262626. Windows color (decimal): -16763832 or 4731904. OLE color: 4731904.

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

Color convert

RGB05272-
CMYK10.2800.72
HSL196.67º100%14.12%-
HSV(B)196.67º100%28.24%-
XYZ2.42.926.57-
YUV38.73146.77100.37-

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) = 41.94%
BLUE value IS 72 (28.52% from 255) = 58.06%
R=0%
G=41.94%
B=58.06%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal0527210.2800.72196.6710014.12
Hex03448641C048c564e
Octal06411014434011030514416
Binary01101001001000110010011100010010001100010111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003448; }

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

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

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

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

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

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

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

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