#03404D

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

Shades of Sherpa Blue #03404D

Tints of Sherpa Blue #03404D

Color information

#03404D (or 0x03404D) is unknown color: approx Sherpa Blue. HEX triplet: 03, 40 and 4D. RGB value is (3,64,77). Sum of RGB (Red+Green+Blue) = 3+64+77=144 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.08% from 144); Green value is 64 (25.39% from 255 or 44.44% from 144); Blue value is 77 (30.47% from 255 or 53.47% from 144); Max value from RGB is 77 - color contains mainly: blue. Hex color #03404D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03404D is #FCBFB2. Grayscale: #2F2F2F. Windows color (decimal): -16564147 or 5062659. OLE color: 5062659.

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

Color convert

RGB36477-
CMYK0.960.1700.70
HSL190.54º92.5%15.69%-
HSV(B)190.54º96.1%30.2%-
XYZ3.214.227.67-
YUV47.24144.7996.44-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.08%
GREEN value IS 64 (25.39% from 255) = 44.44%
BLUE value IS 77 (30.47% from 255) = 53.47%
R=2.08%
G=44.44%
B=53.47%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal364770.960.1700.70190.5492.515.69
Hex3404D6011046bf5c10
Octal310011514021010627713420
Binary11100000010011011100000100010100011010111111101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03404D; }

 p { color: rgb(3,64,77); }

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

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

 a { background-color: rgb(3,64,77); }

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

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

 span { border-color: rgb(3,64,77); }

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