#263447

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

Shades of Licorice #263447

Tints of Licorice #263447

Color information

#263447 (or 0x263447) is unknown color: approx Licorice. HEX triplet: 26, 34 and 47. RGB value is (38,52,71). Sum of RGB (Red+Green+Blue) = 38+52+71=161 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.60% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 71 (28.12% from 255 or 44.10% from 161); Max value from RGB is 71 - color contains mainly: blue. Hex color #263447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263447 is #D9CBB8. Grayscale: #313131. Windows color (decimal): -14273465 or 4666406. OLE color: 4666406.

HSL color Cylindrical-coordinate representation of color #263447: hue angle of 214.55º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #263447 is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB385271-
CMYK0.460.2700.72
HSL214.55º30.28%21.37%-
HSV(B)214.55º46.48%27.84%-
XYZ3.163.326.44-
YUV49.98139.86119.46-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.60%
GREEN value IS 52 (20.70% from 255) = 32.30%
BLUE value IS 71 (28.12% from 255) = 44.10%
R=23.60%
G=32.30%
B=44.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3852710.460.2700.72214.5530.2821.37
Hex2634472E1B048d71e15
Octal4664107563301103273625
Binary10011011010010001111011101101101001000110101111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263447; }

 p { color: rgb(38,52,71); }

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

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

 a { background-color: rgb(38,52,71); }

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

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

 span { border-color: rgb(38,52,71); }

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