#03514F

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

Shades of Sherpa Blue #03514F

Tints of Sherpa Blue #03514F

Color information

#03514F (or 0x03514F) is unknown color: approx Sherpa Blue. HEX triplet: 03, 51 and 4F. RGB value is (3,81,79). Sum of RGB (Red+Green+Blue) = 3+81+79=163 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.84% from 163); Green value is 81 (32.03% from 255 or 49.69% from 163); Blue value is 79 (31.25% from 255 or 48.47% from 163); Max value from RGB is 81 - color contains mainly: green. Hex color #03514F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03514F is #FCAEB0. Grayscale: #393939. Windows color (decimal): -16559793 or 5198083. OLE color: 5198083.

HSL color Cylindrical-coordinate representation of color #03514F: hue angle of 178.46º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03514F is Cyan = 0.96, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB38179-
CMYK0.9600.020.68
HSL178.46º92.86%16.47%-
HSV(B)178.46º96.3%31.76%-
XYZ4.396.478.41-
YUV57.45140.1689.16-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.84%
GREEN value IS 81 (32.03% from 255) = 49.69%
BLUE value IS 79 (31.25% from 255) = 48.47%
R=1.84%
G=49.69%
B=48.47%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal381790.9600.020.68178.4692.8616.47
Hex3514F600244b25d10
Octal31211171400210426213520
Binary11101000110011111100000010100010010110010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03514F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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