#03364D

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

Shades of Sherpa Blue #03364D

Tints of Sherpa Blue #03364D

Color information

#03364D (or 0x03364D) is unknown color: approx Sherpa Blue. HEX triplet: 03, 36 and 4D. RGB value is (3,54,77). Sum of RGB (Red+Green+Blue) = 3+54+77=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 54 (21.48% from 255 or 40.30% from 134); Blue value is 77 (30.47% from 255 or 57.46% from 134); Max value from RGB is 77 - color contains mainly: blue. Hex color #03364D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03364D is #FCC9B2. Grayscale: #292929. Windows color (decimal): -16566707 or 5060099. OLE color: 5060099.

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

Color convert

RGB35477-
CMYK0.960.3000.70
HSL198.65º92.5%15.69%-
HSV(B)198.65º96.1%30.2%-
XYZ2.73.197.5-
YUV41.37148.1100.63-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.24%
GREEN value IS 54 (21.48% from 255) = 40.30%
BLUE value IS 77 (30.47% from 255) = 57.46%
R=2.24%
G=40.30%
B=57.46%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal354770.960.3000.70198.6592.515.69
Hex3364D601E046c75c10
Octal36611514036010630713420
Binary1111011010011011100000111100100011011000111101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03364D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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