#03384D

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

Shades of Sherpa Blue #03384D

Tints of Sherpa Blue #03384D

Color information

#03384D (or 0x03384D) is unknown color: approx Sherpa Blue. HEX triplet: 03, 38 and 4D. RGB value is (3,56,77). Sum of RGB (Red+Green+Blue) = 3+56+77=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 56 (22.27% from 255 or 41.18% from 136); Blue value is 77 (30.47% from 255 or 56.62% from 136); Max value from RGB is 77 - color contains mainly: blue. Hex color #03384D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03384D is #FCC7B2. Grayscale: #2A2A2A. Windows color (decimal): -16566195 or 5060611. OLE color: 5060611.

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

Color convert

RGB35677-
CMYK0.960.2700.70
HSL197.03º92.5%15.69%-
HSV(B)197.03º96.1%30.2%-
XYZ2.793.387.53-
YUV42.55147.4499.79-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.21%
GREEN value IS 56 (22.27% from 255) = 41.18%
BLUE value IS 77 (30.47% from 255) = 56.62%
R=2.21%
G=41.18%
B=56.62%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal356770.960.2700.70197.0392.515.69
Hex3384D601B046c55c10
Octal37011514033010630513420
Binary1111100010011011100000110110100011011000101101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03384D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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