Html Css Color HEX #333350 Lucky Point

📋 copy color: '#333350'

red 51 ◦ green 51 ◦ blue 80

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

Shades of Lucky Point #333350

Tints of Lucky Point #333350

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.02%

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

R = 28.02%
G = 28.02%
B = 43.96%

CMYK

 C value IS 0.36

 M value IS 0.36

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#333350 (or 0x333350) is known color: Lucky Point. HEX triplet: 33, 33 and 50. RGB value is (51,51,80). Sum of RGB (Red+Green+Blue) = 51+51+80=182 (24% of max value = 765). Red value is 51 (20.31% from 255 or 28.02% from 182); Green value is 51 (20.31% from 255 or 28.02% from 182); Blue value is 80 (31.64% from 255 or 43.96% from 182); Max value from RGB is 80 - color contains mainly: blue. Hex color #333350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333350 is #CCCCAF. Grayscale: #363636. Windows color (decimal): -13421744 or 5255987. OLE color: 5255987.

HSL color Cylindrical-coordinate representation of color #333350: hue angle of 240º 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 #333350 is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 51 51 80 -
CMYK 0.36 0.36 0 0.69
HSL 240º 0.22% 0.26% -
HSV(B) 240º 0.36% 0.31% -
XYZ 4 3.65 8.08 -
YUV 54.31 142.5 125.64 -
System Red Green Blue C M Y K H S L
Decimal 51 51 80 0.36 0.36 0 0.69 240 0.22 0.26
Hex 33 33 50 24 24 0 45 F0 16 1A
Octal 63 63 120 44 44 0 105 360 26 32
Binary 110011 110011 1010000 100100 100100 0 1000101 11110000 10110 11010

Color Harmonies of #333350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333350

Black with #333350

Text Example


Text Example

White with #333350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333350; }

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

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

background-color css

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

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

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

border-color css

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

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

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