#03394E

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

Shades of Sherpa Blue #03394E

Tints of Sherpa Blue #03394E

Color information

#03394E (or 0x03394E) is unknown color: approx Sherpa Blue. HEX triplet: 03, 39 and 4E. RGB value is (3,57,78). Sum of RGB (Red+Green+Blue) = 3+57+78=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 57 (22.66% from 255 or 41.30% from 138); Blue value is 78 (30.86% from 255 or 56.52% from 138); Max value from RGB is 78 - color contains mainly: blue. Hex color #03394E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03394E is #FCC6B1. Grayscale: #2B2B2B. Windows color (decimal): -16565938 or 5126403. OLE color: 5126403.

HSL color Cylindrical-coordinate representation of color #03394E: hue angle of 196.8º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03394E is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB35778-
CMYK0.960.2700.69
HSL196.8º92.59%15.88%-
HSV(B)196.8º96.15%30.59%-
XYZ2.883.57.73-
YUV43.25147.6199.29-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.17%
GREEN value IS 57 (22.66% from 255) = 41.30%
BLUE value IS 78 (30.86% from 255) = 56.52%
R=2.17%
G=41.30%
B=56.52%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal357780.960.2700.69196.892.5915.88
Hex3394E601B045c55d10
Octal37111614033010530513520
Binary1111100110011101100000110110100010111000101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03394E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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