#034043

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

Shades of Sherpa Blue #034043

Tints of Sherpa Blue #034043

Color information

#034043 (or 0x034043) is unknown color: approx Sherpa Blue. HEX triplet: 03, 40 and 43. RGB value is (3,64,67). Sum of RGB (Red+Green+Blue) = 3+64+67=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 64 (25.39% from 255 or 47.76% from 134); Blue value is 67 (26.56% from 255 or 50% from 134); Max value from RGB is 67 - color contains mainly: blue. Hex color #034043 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034043 is #FCBFBC. Grayscale: #2E2E2E. Windows color (decimal): -16564157 or 4407299. OLE color: 4407299.

HSL color Cylindrical-coordinate representation of color #034043: hue angle of 182.81º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034043 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB36467-
CMYK0.960.0400.74
HSL182.81º91.43%13.73%-
HSV(B)182.81º95.52%26.27%-
XYZ2.884.095.95-
YUV46.1139.7997.26-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.24%
GREEN value IS 64 (25.39% from 255) = 47.76%
BLUE value IS 67 (26.56% from 255) = 50%
R=2.24%
G=47.76%
B=50%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal364670.960.0400.74182.8191.4313.73
Hex3404360404Ab75be
Octal31001031404011226713316
Binary11100000010000111100000100010010101011011110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034043; }

 p { color: rgb(3,64,67); }

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

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

 a { background-color: rgb(3,64,67); }

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

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

 span { border-color: rgb(3,64,67); }

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