Html Css Color HEX #333A44 Licorice

📋 copy color: '#333A44'

red 51 ◦ green 58 ◦ blue 68

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

Shades of Licorice #333A44

Tints of Licorice #333A44

RGB

 RED value IS 51 (20.31% from 255) = 28.81%

 GREEN value IS 58 (23.05% from 255) = 32.77%

 BLUE value IS 68 (26.95% from 255) = 38.42%

R = 28.81%
G = 32.77%
B = 38.42%

CMYK

 C value IS 0.25

 M value IS 0.15

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#333A44 (or 0x333A44) is known color: Licorice. HEX triplet: 33, 3A and 44. RGB value is (51,58,68). Sum of RGB (Red+Green+Blue) = 51+58+68=177 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.81% from 177); Green value is 58 (23.05% from 255 or 32.77% from 177); Blue value is 68 (26.95% from 255 or 38.42% from 177); Max value from RGB is 68 - color contains mainly: blue. Hex color #333A44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333A44 is #CCC5BB. Grayscale: #393939. Windows color (decimal): -13419964 or 4471347. OLE color: 4471347.

HSL color Cylindrical-coordinate representation of color #333A44: hue angle of 215.29º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #333A44 is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 51 58 68 -
CMYK 0.25 0.15 0 0.73
HSL 215.29º 0.14% 0.23% -
HSV(B) 215.29º 0.25% 0.27% -
XYZ 3.92 4.15 6.06 -
YUV 57.05 134.18 123.69 -
System Red Green Blue C M Y K H S L
Decimal 51 58 68 0.25 0.15 0 0.73 215.29 0.14 0.23
Hex 33 3A 44 19 F 0 49 D7 E 17
Octal 63 72 104 31 17 0 111 327 16 27
Binary 110011 111010 1000100 11001 1111 0 1001001 11010111 1110 10111

Color Harmonies of #333A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333A44

Black with #333A44

Text Example


Text Example

White with #333A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333A44; }

 p { color: rgb(51,58,68); }

 H1.HeaderClassName
 {
   color: #333A44;
 }
 .AnyTagClassName
 {
   color: #333A44;
 }
</style>

background-color css

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

 a { background-color: rgb(51,58,68); }

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

border-color css

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

 span { border-color: rgb(51,58,68); }

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