#03374F

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

Shades of Sherpa Blue #03374F

Tints of Sherpa Blue #03374F

Color information

#03374F (or 0x03374F) is unknown color: approx Sherpa Blue. HEX triplet: 03, 37 and 4F. RGB value is (3,55,79). Sum of RGB (Red+Green+Blue) = 3+55+79=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 55 (21.88% from 255 or 40.15% from 137); Blue value is 79 (31.25% from 255 or 57.66% from 137); Max value from RGB is 79 - color contains mainly: blue. Hex color #03374F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03374F is #FCC8B0. Grayscale: #2A2A2A. Windows color (decimal): -16566449 or 5191427. OLE color: 5191427.

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

Color convert

RGB35579-
CMYK0.960.3000.69
HSL198.95º92.68%16.08%-
HSV(B)198.95º96.2%30.98%-
XYZ2.823.327.89-
YUV42.19148.77100.05-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.19%
GREEN value IS 55 (21.88% from 255) = 40.15%
BLUE value IS 79 (31.25% from 255) = 57.66%
R=2.19%
G=40.15%
B=57.66%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal355790.960.3000.69198.9592.6816.08
Hex3374F601E045c75d10
Octal36711714036010530713520
Binary1111011110011111100000111100100010111000111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03374F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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