Html Css Color HEX #333755 Lucky Point

📋 copy color: '#333755'

red 51 ◦ green 55 ◦ blue 85

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

Shades of Lucky Point #333755

Tints of Lucky Point #333755

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.8%

 BLUE value IS 85 (33.59% from 255) = 44.5%

R = 26.7%
G = 28.8%
B = 44.5%

CMYK

 C value IS 0.40

 M value IS 0.35

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#333755 (or 0x333755) is known color: Lucky Point. HEX triplet: 33, 37 and 55. RGB value is (51,55,85). Sum of RGB (Red+Green+Blue) = 51+55+85=191 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.70% from 191); Green value is 55 (21.88% from 255 or 28.80% from 191); Blue value is 85 (33.59% from 255 or 44.50% from 191); Max value from RGB is 85 - color contains mainly: blue. Hex color #333755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333755 is #CCC8AA. Grayscale: #393939. Windows color (decimal): -13420715 or 5584691. OLE color: 5584691.

HSL color Cylindrical-coordinate representation of color #333755: hue angle of 232.94º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #333755 is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 55 85 -
CMYK 0.40 0.35 0 0.67
HSL 232.94º 0.25% 0.27% -
HSV(B) 232.94º 0.4% 0.33% -
XYZ 4.37 4.09 9.15 -
YUV 57.22 143.67 123.56 -
System Red Green Blue C M Y K H S L
Decimal 51 55 85 0.40 0.35 0 0.67 232.94 0.25 0.27
Hex 33 37 55 28 23 0 43 E9 19 1B
Octal 63 67 125 50 43 0 103 351 31 33
Binary 110011 110111 1010101 101000 100011 0 1000011 11101001 11001 11011

Color Harmonies of #333755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333755

Black with #333755

Text Example


Text Example

White with #333755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333755; }

 p { color: rgb(51,55,85); }

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

background-color css

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

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

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

border-color css

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

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

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