Html Css Color HEX #263447 Licorice

📋 copy color: '#263447'

red 38 ◦ green 52 ◦ blue 71

#263447
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Licorice #263447

Tints of Licorice #263447

RGB

 RED value IS 38 (15.23% from 255) = 23.6%

 GREEN value IS 52 (20.7% from 255) = 32.3%

 BLUE value IS 71 (28.13% from 255) = 44.1%

R = 23.6%
G = 32.3%
B = 44.1%

CMYK

 C value IS 0.46

 M value IS 0.27

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#263447 (or 0x263447) is known color: 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

RGB 38 52 71 -
CMYK 0.46 0.27 0 0.72
HSL 214.55º 0.3% 0.21% -
HSV(B) 214.55º 0.46% 0.28% -
XYZ 3.16 3.32 6.44 -
YUV 49.98 139.86 119.46 -
System Red Green Blue C M Y K H S L
Decimal 38 52 71 0.46 0.27 0 0.72 214.55 0.3 0.21
Hex 26 34 47 2E 1B 0 48 D7 1E 15
Octal 46 64 107 56 33 0 110 327 36 25
Binary 100110 110100 1000111 101110 11011 0 1001000 11010111 11110 10101

Color Harmonies of #263447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263447

Black with #263447

Text Example


Text Example

White with #263447

Text Example


Text Example

HTML Codes & Css Web 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>