#03374C

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

Shades of Sherpa Blue #03374C

Tints of Sherpa Blue #03374C

Color information

#03374C (or 0x03374C) is unknown color: approx Sherpa Blue. HEX triplet: 03, 37 and 4C. RGB value is (3,55,76). Sum of RGB (Red+Green+Blue) = 3+55+76=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 55 (21.88% from 255 or 41.04% from 134); Blue value is 76 (30.08% from 255 or 56.72% from 134); Max value from RGB is 76 - color contains mainly: blue. Hex color #03374C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03374C is #FCC8B3. Grayscale: #292929. Windows color (decimal): -16566452 or 4994819. OLE color: 4994819.

HSL color Cylindrical-coordinate representation of color #03374C: hue angle of 197.26º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03374C is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB35576-
CMYK0.960.2800.70
HSL197.26º92.41%15.49%-
HSV(B)197.26º96.05%29.8%-
XYZ2.713.277.33-
YUV41.85147.27100.29-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.24%
GREEN value IS 55 (21.88% from 255) = 41.04%
BLUE value IS 76 (30.08% from 255) = 56.72%
R=2.24%
G=41.04%
B=56.72%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal355760.960.2800.70197.2692.4115.49
Hex3374C601C046c55cf
Octal36711414034010630513417
Binary111101111001100110000011100010001101100010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03374C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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