#23354B

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

Shades of Licorice #23354B

Tints of Licorice #23354B

Color information

#23354B (or 0x23354B) is unknown color: approx Licorice. HEX triplet: 23, 35 and 4B. RGB value is (35,53,75). Sum of RGB (Red+Green+Blue) = 35+53+75=163 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.47% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 75 (29.69% from 255 or 46.01% from 163); Max value from RGB is 75 - color contains mainly: blue. Hex color #23354B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23354B is #DCCAB4. Grayscale: #323232. Windows color (decimal): -14469813 or 4928803. OLE color: 4928803.

HSL color Cylindrical-coordinate representation of color #23354B: hue angle of 213º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #23354B is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB355375-
CMYK0.530.2900.71
HSL213º36.36%21.57%-
HSV(B)213º53.33%29.41%-
XYZ3.243.417.14-
YUV50.13142.04117.21-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.47%
GREEN value IS 53 (21.09% from 255) = 32.52%
BLUE value IS 75 (29.69% from 255) = 46.01%
R=21.47%
G=32.52%
B=46.01%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3553750.530.2900.7121336.3621.57
Hex23354B351D047d52416
Octal4365113653501073254426
Binary100011110101100101111010111101010001111101010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23354B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23354B; }

 p { color: rgb(35,53,75); }

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

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

 a { background-color: rgb(35,53,75); }

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

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

 span { border-color: rgb(35,53,75); }

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