#263548

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

Shades of Licorice #263548

Tints of Licorice #263548

Color information

#263548 (or 0x263548) is unknown color: approx Licorice. HEX triplet: 26, 35 and 48. RGB value is (38,53,72). Sum of RGB (Red+Green+Blue) = 38+53+72=163 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.31% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 72 (28.52% from 255 or 44.17% from 163); Max value from RGB is 72 - color contains mainly: blue. Hex color #263548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263548 is #D9CAB7. Grayscale: #323232. Windows color (decimal): -14273208 or 4732198. OLE color: 4732198.

HSL color Cylindrical-coordinate representation of color #263548: hue angle of 213.53º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #263548 is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB385372-
CMYK0.470.2600.72
HSL213.53º30.91%21.57%-
HSV(B)213.53º47.22%28.24%-
XYZ3.243.436.62-
YUV50.68140.03118.96-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.31%
GREEN value IS 53 (21.09% from 255) = 32.52%
BLUE value IS 72 (28.52% from 255) = 44.17%
R=23.31%
G=32.52%
B=44.17%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3853720.470.2600.72213.5330.9121.57
Hex2635482F1A048d61f16
Octal4665110573201103263726
Binary10011011010110010001011111101001001000110101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263548; }

 p { color: rgb(38,53,72); }

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

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

 a { background-color: rgb(38,53,72); }

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

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

 span { border-color: rgb(38,53,72); }

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