Html Css Color HEX #28364E Licorice

📋 copy color: '#28364E'

red 40 ◦ green 54 ◦ blue 78

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

Shades of Licorice #28364E

Tints of Licorice #28364E

RGB

 RED value IS 40 (16.02% from 255) = 23.26%

 GREEN value IS 54 (21.48% from 255) = 31.4%

 BLUE value IS 78 (30.86% from 255) = 45.35%

R = 23.26%
G = 31.4%
B = 45.35%

CMYK

 C value IS 0.49

 M value IS 0.31

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#28364E (or 0x28364E) is known color: Licorice. HEX triplet: 28, 36 and 4E. RGB value is (40,54,78). Sum of RGB (Red+Green+Blue) = 40+54+78=172 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.26% from 172); Green value is 54 (21.48% from 255 or 31.40% from 172); Blue value is 78 (30.86% from 255 or 45.35% from 172); Max value from RGB is 78 - color contains mainly: blue. Hex color #28364E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28364E is #D7C9B1. Grayscale: #343434. Windows color (decimal): -14141874 or 5125672. OLE color: 5125672.

HSL color Cylindrical-coordinate representation of color #28364E: hue angle of 217.89º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #28364E is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 40 54 78 -
CMYK 0.49 0.31 0 0.69
HSL 217.89º 0.32% 0.23% -
HSV(B) 217.89º 0.49% 0.31% -
XYZ 3.57 3.64 7.72 -
YUV 52.55 142.36 119.05 -
System Red Green Blue C M Y K H S L
Decimal 40 54 78 0.49 0.31 0 0.69 217.89 0.32 0.23
Hex 28 36 4E 31 1F 0 45 DA 20 17
Octal 50 66 116 61 37 0 105 332 40 27
Binary 101000 110110 1001110 110001 11111 0 1000101 11011010 100000 10111

Color Harmonies of #28364E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28364E

Black with #28364E

Text Example


Text Example

White with #28364E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28364E; }

 p { color: rgb(40,54,78); }

 H1.HeaderClassName
 {
   color: #28364E;
 }
 .AnyTagClassName
 {
   color: #28364E;
 }
</style>

background-color css

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

 a { background-color: rgb(40,54,78); }

 div.DivClassName
 {
   background-color: #28364E;
 }
 .BgClassName
 {
   background-color: #28364E;
 }
</style>

border-color css

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

 span { border-color: rgb(40,54,78); }

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