Html Css Color HEX #333550 Lucky Point

📋 copy color: '#333550'

red 51 ◦ green 53 ◦ blue 80

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

Shades of Lucky Point #333550

Tints of Lucky Point #333550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 43.48%

R = 27.72%
G = 28.8%
B = 43.48%

CMYK

 C value IS 0.36

 M value IS 0.34

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#333550 (or 0x333550) is known color: Lucky Point. HEX triplet: 33, 35 and 50. RGB value is (51,53,80). Sum of RGB (Red+Green+Blue) = 51+53+80=184 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.72% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 80 (31.64% from 255 or 43.48% from 184); Max value from RGB is 80 - color contains mainly: blue. Hex color #333550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333550 is #CCCAAF. Grayscale: #373737. Windows color (decimal): -13421232 or 5256499. OLE color: 5256499.

HSL color Cylindrical-coordinate representation of color #333550: hue angle of 235.86º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #333550 is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 51 53 80 -
CMYK 0.36 0.34 0 0.69
HSL 235.86º 0.22% 0.26% -
HSV(B) 235.86º 0.36% 0.31% -
XYZ 4.09 3.83 8.11 -
YUV 55.48 141.84 124.8 -
System Red Green Blue C M Y K H S L
Decimal 51 53 80 0.36 0.34 0 0.69 235.86 0.22 0.26
Hex 33 35 50 24 22 0 45 EC 16 1A
Octal 63 65 120 44 42 0 105 354 26 32
Binary 110011 110101 1010000 100100 100010 0 1000101 11101100 10110 11010

Color Harmonies of #333550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333550

Black with #333550

Text Example


Text Example

White with #333550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333550; }

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

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

background-color css

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

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

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

border-color css

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

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

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