#034247

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

Shades of Sherpa Blue #034247

Tints of Sherpa Blue #034247

Color information

#034247 (or 0x034247) is unknown color: approx Sherpa Blue. HEX triplet: 03, 42 and 47. RGB value is (3,66,71). Sum of RGB (Red+Green+Blue) = 3+66+71=140 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.14% from 140); Green value is 66 (26.17% from 255 or 47.14% from 140); Blue value is 71 (28.12% from 255 or 50.71% from 140); Max value from RGB is 71 - color contains mainly: blue. Hex color #034247 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034247 is #FCBDB8. Grayscale: #2F2F2F. Windows color (decimal): -16563641 or 4669955. OLE color: 4669955.

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

Color convert

RGB36671-
CMYK0.960.0700.72
HSL184.41º91.89%14.51%-
HSV(B)184.41º95.77%27.84%-
XYZ3.124.376.64-
YUV47.73141.1396.09-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.14%
GREEN value IS 66 (26.17% from 255) = 47.14%
BLUE value IS 71 (28.12% from 255) = 50.71%
R=2.14%
G=47.14%
B=50.71%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal366710.960.0700.72184.4191.8914.51
Hex34247607048b85cf
Octal31021071407011027013417
Binary11100001010001111100000111010010001011100010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034247; }

 p { color: rgb(3,66,71); }

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

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

 a { background-color: rgb(3,66,71); }

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

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

 span { border-color: rgb(3,66,71); }

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