#043A52

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

Shades of Sherpa Blue #043A52

Tints of Sherpa Blue #043A52

Color information

#043A52 (or 0x043A52) is unknown color: approx Sherpa Blue. HEX triplet: 04, 3A and 52. RGB value is (4,58,82). Sum of RGB (Red+Green+Blue) = 4+58+82=144 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.78% from 144); Green value is 58 (23.05% from 255 or 40.28% from 144); Blue value is 82 (32.42% from 255 or 56.94% from 144); Max value from RGB is 82 - color contains mainly: blue. Hex color #043A52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043A52 is #FBC5AD. Grayscale: #2C2C2C. Windows color (decimal): -16500142 or 5388804. OLE color: 5388804.

HSL color Cylindrical-coordinate representation of color #043A52: hue angle of 198.46º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #043A52 is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB45882-
CMYK0.950.2900.68
HSL198.46º90.7%16.86%-
HSV(B)198.46º95.12%32.16%-
XYZ3.093.668.53-
YUV44.59149.1199.05-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.78%
GREEN value IS 58 (23.05% from 255) = 40.28%
BLUE value IS 82 (32.42% from 255) = 56.94%
R=2.78%
G=40.28%
B=56.94%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal458820.950.2900.68198.4690.716.86
Hex43A525F1D044c65b11
Octal47212213735010430613321
Binary10011101010100101011111111010100010011000110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043A52; }

 p { color: rgb(4,58,82); }

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

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

 a { background-color: rgb(4,58,82); }

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

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

 span { border-color: rgb(4,58,82); }

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