#03414F

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

Shades of Sherpa Blue #03414F

Tints of Sherpa Blue #03414F

Color information

#03414F (or 0x03414F) is unknown color: approx Sherpa Blue. HEX triplet: 03, 41 and 4F. RGB value is (3,65,79). Sum of RGB (Red+Green+Blue) = 3+65+79=147 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.04% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 79 (31.25% from 255 or 53.74% from 147); Max value from RGB is 79 - color contains mainly: blue. Hex color #03414F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03414F is #FCBEB0. Grayscale: #2F2F2F. Windows color (decimal): -16563889 or 5193987. OLE color: 5193987.

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

Color convert

RGB36579-
CMYK0.960.1800.69
HSL191.05º92.68%16.08%-
HSV(B)191.05º96.2%30.98%-
XYZ3.344.368.06-
YUV48.06145.4695.86-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.04%
GREEN value IS 65 (25.78% from 255) = 44.22%
BLUE value IS 79 (31.25% from 255) = 53.74%
R=2.04%
G=44.22%
B=53.74%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal365790.960.1800.69191.0592.6816.08
Hex3414F6012045bf5d10
Octal310111714022010527713520
Binary11100000110011111100000100100100010110111111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03414F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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