#2A384B

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

Shades of Licorice #2A384B

Tints of Licorice #2A384B

Color information

#2A384B (or 0x2A384B) is unknown color: approx Licorice. HEX triplet: 2A, 38 and 4B. RGB value is (42,56,75). Sum of RGB (Red+Green+Blue) = 42+56+75=173 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.28% from 173); Green value is 56 (22.27% from 255 or 32.37% from 173); Blue value is 75 (29.69% from 255 or 43.35% from 173); Max value from RGB is 75 - color contains mainly: blue. Hex color #2A384B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A384B is #D5C7B4. Grayscale: #353535. Windows color (decimal): -14010293 or 4929578. OLE color: 4929578.

HSL color Cylindrical-coordinate representation of color #2A384B: hue angle of 214.55º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2A384B is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB425675-
CMYK0.440.2500.71
HSL214.55º28.21%22.94%-
HSV(B)214.55º44%29.41%-
XYZ3.643.837.2-
YUV53.98139.86119.46-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.28%
GREEN value IS 56 (22.27% from 255) = 32.37%
BLUE value IS 75 (29.69% from 255) = 43.35%
R=24.28%
G=32.37%
B=43.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4256750.440.2500.71214.5528.2122.94
Hex2A384B2C19047d71c17
Octal5270113543101073273427
Binary10101011100010010111011001100101000111110101111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A384B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,56,75); }

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

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

 a { background-color: rgb(42,56,75); }

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

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

 span { border-color: rgb(42,56,75); }

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