#03394D

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

Shades of Sherpa Blue #03394D

Tints of Sherpa Blue #03394D

Color information

#03394D (or 0x03394D) is unknown color: approx Sherpa Blue. HEX triplet: 03, 39 and 4D. RGB value is (3,57,77). Sum of RGB (Red+Green+Blue) = 3+57+77=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 57 (22.66% from 255 or 41.61% from 137); Blue value is 77 (30.47% from 255 or 56.20% from 137); Max value from RGB is 77 - color contains mainly: blue. Hex color #03394D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03394D is #FCC6B2. Grayscale: #2A2A2A. Windows color (decimal): -16565939 or 5060867. OLE color: 5060867.

HSL color Cylindrical-coordinate representation of color #03394D: hue angle of 196.22º 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 #03394D is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB35777-
CMYK0.960.2600.70
HSL196.22º92.5%15.69%-
HSV(B)196.22º96.1%30.2%-
XYZ2.843.487.54-
YUV43.13147.1199.37-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.19%
GREEN value IS 57 (22.66% from 255) = 41.61%
BLUE value IS 77 (30.47% from 255) = 56.20%
R=2.19%
G=41.61%
B=56.20%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal357770.960.2600.70196.2292.515.69
Hex3394D601A046c45c10
Octal37111514032010630413420
Binary1111100110011011100000110100100011011000100101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03394D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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