Html Css Color HEX #333549 Lucky Point

📋 copy color: '#333549'

red 51 ◦ green 53 ◦ blue 73

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

Shades of Lucky Point #333549

Tints of Lucky Point #333549

RGB

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

 GREEN value IS 53 (21.09% from 255) = 29.94%

 BLUE value IS 73 (28.91% from 255) = 41.24%

R = 28.81%
G = 29.94%
B = 41.24%

CMYK

 C value IS 0.30

 M value IS 0.27

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#333549 (or 0x333549) is known color: Lucky Point. HEX triplet: 33, 35 and 49. RGB value is (51,53,73). Sum of RGB (Red+Green+Blue) = 51+53+73=177 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.81% from 177); Green value is 53 (21.09% from 255 or 29.94% from 177); Blue value is 73 (28.91% from 255 or 41.24% from 177); Max value from RGB is 73 - color contains mainly: blue. Hex color #333549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333549 is #CCCAB6. Grayscale: #363636. Windows color (decimal): -13421239 or 4797747. OLE color: 4797747.

HSL color Cylindrical-coordinate representation of color #333549: hue angle of 234.55º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #333549 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 51 53 73 -
CMYK 0.30 0.27 0 0.71
HSL 234.55º 0.18% 0.24% -
HSV(B) 234.55º 0.3% 0.29% -
XYZ 3.84 3.73 6.82 -
YUV 54.68 138.34 125.37 -
System Red Green Blue C M Y K H S L
Decimal 51 53 73 0.30 0.27 0 0.71 234.55 0.18 0.24
Hex 33 35 49 1E 1B 0 47 EB 12 18
Octal 63 65 111 36 33 0 107 353 22 30
Binary 110011 110101 1001001 11110 11011 0 1000111 11101011 10010 11000

Color Harmonies of #333549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333549

Black with #333549

Text Example


Text Example

White with #333549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333549; }

 p { color: rgb(51,53,73); }

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

background-color css

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

 a { background-color: rgb(51,53,73); }

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

border-color css

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

 span { border-color: rgb(51,53,73); }

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