#043541

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

Shades of Sherpa Blue #043541

Tints of Sherpa Blue #043541

Color information

#043541 (or 0x043541) is unknown color: approx Sherpa Blue. HEX triplet: 04, 35 and 41. RGB value is (4,53,65). Sum of RGB (Red+Green+Blue) = 4+53+65=122 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.28% from 122); Green value is 53 (21.09% from 255 or 43.44% from 122); Blue value is 65 (25.78% from 255 or 53.28% from 122); Max value from RGB is 65 - color contains mainly: blue. Hex color #043541 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043541 is #FBCABE. Grayscale: #272727. Windows color (decimal): -16501439 or 4273412. OLE color: 4273412.

HSL color Cylindrical-coordinate representation of color #043541: hue angle of 191.8º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #043541 is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB45365-
CMYK0.940.1800.75
HSL191.8º88.41%13.53%-
HSV(B)191.8º93.85%25.49%-
XYZ2.282.955.45-
YUV39.72142.27102.52-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.28%
GREEN value IS 53 (21.09% from 255) = 43.44%
BLUE value IS 65 (25.78% from 255) = 53.28%
R=3.28%
G=43.44%
B=53.28%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal453650.940.1800.75191.888.4113.53
Hex435415E1204Bc058e
Octal46510113622011330013016
Binary1001101011000001101111010010010010111100000010110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043541; }

 p { color: rgb(4,53,65); }

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

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

 a { background-color: rgb(4,53,65); }

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

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

 span { border-color: rgb(4,53,65); }

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