#2A364D

Color #2A364D Licorice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Licorice #2A364D

Tints of Licorice #2A364D

Color information

#2A364D (or 0x2A364D) is unknown color: approx Licorice. HEX triplet: 2A, 36 and 4D. RGB value is (42,54,77). Sum of RGB (Red+Green+Blue) = 42+54+77=173 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.28% from 173); Green value is 54 (21.48% from 255 or 31.21% from 173); Blue value is 77 (30.47% from 255 or 44.51% from 173); Max value from RGB is 77 - color contains mainly: blue. Hex color #2A364D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A364D is #D5C9B2. Grayscale: #343434. Windows color (decimal): -14010803 or 5060138. OLE color: 5060138.

HSL color Cylindrical-coordinate representation of color #2A364D: hue angle of 219.43º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2A364D is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB425477-
CMYK0.450.3000.70
HSL219.43º29.41%23.33%-
HSV(B)219.43º45.45%30.2%-
XYZ3.613.677.54-
YUV53.03141.52120.13-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.28%
GREEN value IS 54 (21.48% from 255) = 31.21%
BLUE value IS 77 (30.47% from 255) = 44.51%
R=24.28%
G=31.21%
B=44.51%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4254770.450.3000.70219.4329.4123.33
Hex2A364D2D1E046db1d17
Octal5266115553601063333527
Binary10101011011010011011011011111001000110110110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A364D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A364D; }

 p { color: rgb(42,54,77); }

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

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

 a { background-color: rgb(42,54,77); }

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

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

 span { border-color: rgb(42,54,77); }

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