#003D53

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

Shades of Sherpa Blue #003D53

Tints of Sherpa Blue #003D53

Color information

#003D53 (or 0x003D53) is unknown color: approx Sherpa Blue. HEX triplet: 00, 3D and 53. RGB value is (0,61,83). Sum of RGB (Red+Green+Blue) = 0+61+83=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 61 (24.22% from 255 or 42.36% from 144); Blue value is 83 (32.81% from 255 or 57.64% from 144); Max value from RGB is 83 - color contains mainly: blue. Hex color #003D53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003D53 is #FFC2AC. Grayscale: #2D2D2D. Windows color (decimal): -16761517 or 5455104. OLE color: 5455104.

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

Color convert

RGB06183-
CMYK10.2700.67
HSL195.9º100%16.27%-
HSV(B)195.9º100%32.55%-
XYZ3.233.968.78-
YUV45.27149.2995.71-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 61 (24.22% from 255) = 42.36%
BLUE value IS 83 (32.81% from 255) = 57.64%
R=0%
G=42.36%
B=57.64%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal0618310.2700.67195.910016.27
Hex03D53641B043c46410
Octal07512314433010330414420
Binary011110110100111100100110110100001111000100110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,61,83); }

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

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

 a { background-color: rgb(0,61,83); }

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

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

 span { border-color: rgb(0,61,83); }

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