#03394F

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

Shades of Sherpa Blue #03394F

Tints of Sherpa Blue #03394F

Color information

#03394F (or 0x03394F) is unknown color: approx Sherpa Blue. HEX triplet: 03, 39 and 4F. RGB value is (3,57,79). Sum of RGB (Red+Green+Blue) = 3+57+79=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 57 (22.66% from 255 or 41.01% from 139); Blue value is 79 (31.25% from 255 or 56.83% from 139); Max value from RGB is 79 - color contains mainly: blue. Hex color #03394F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03394F is #FCC6B0. Grayscale: #2B2B2B. Windows color (decimal): -16565937 or 5191939. OLE color: 5191939.

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

Color convert

RGB35779-
CMYK0.960.2800.69
HSL197.37º92.68%16.08%-
HSV(B)197.37º96.2%30.98%-
XYZ2.913.517.92-
YUV43.36148.1199.21-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.16%
GREEN value IS 57 (22.66% from 255) = 41.01%
BLUE value IS 79 (31.25% from 255) = 56.83%
R=2.16%
G=41.01%
B=56.83%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal357790.960.2800.69197.3792.6816.08
Hex3394F601C045c55d10
Octal37111714034010530513520
Binary1111100110011111100000111000100010111000101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03394F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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