#044352

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

Shades of Sherpa Blue #044352

Tints of Sherpa Blue #044352

Color information

#044352 (or 0x044352) is unknown color: approx Sherpa Blue. HEX triplet: 04, 43 and 52. RGB value is (4,67,82). Sum of RGB (Red+Green+Blue) = 4+67+82=153 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.61% from 153); Green value is 67 (26.56% from 255 or 43.79% from 153); Blue value is 82 (32.42% from 255 or 53.59% from 153); Max value from RGB is 82 - color contains mainly: blue. Hex color #044352 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044352 is #FBBCAD. Grayscale: #313131. Windows color (decimal): -16497838 or 5391108. OLE color: 5391108.

HSL color Cylindrical-coordinate representation of color #044352: hue angle of 191.54º 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 #044352 is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB46782-
CMYK0.950.1800.68
HSL191.54º90.7%16.86%-
HSV(B)191.54º95.12%32.16%-
XYZ3.584.658.69-
YUV49.87146.1395.28-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.61%
GREEN value IS 67 (26.56% from 255) = 43.79%
BLUE value IS 82 (32.42% from 255) = 53.59%
R=2.61%
G=43.79%
B=53.59%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal467820.950.1800.68191.5490.716.86
Hex443525F12044c05b11
Octal410312213722010430013321
Binary100100001110100101011111100100100010011000000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044352; }

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

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

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

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

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

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

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

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