Html Css Color HEX #33354A Lucky Point

📋 copy color: '#33354A'

red 51 ◦ green 53 ◦ blue 74

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

Shades of Lucky Point #33354A

Tints of Lucky Point #33354A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 41.57%

R = 28.65%
G = 29.78%
B = 41.57%

CMYK

 C value IS 0.31

 M value IS 0.28

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#33354A (or 0x33354A) is known color: Lucky Point. HEX triplet: 33, 35 and 4A. RGB value is (51,53,74). Sum of RGB (Red+Green+Blue) = 51+53+74=178 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.65% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 74 (29.30% from 255 or 41.57% from 178); Max value from RGB is 74 - color contains mainly: blue. Hex color #33354A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33354A is #CCCAB5. Grayscale: #363636. Windows color (decimal): -13421238 or 4863283. OLE color: 4863283.

HSL color Cylindrical-coordinate representation of color #33354A: hue angle of 234.78º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #33354A is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 51 53 74 -
CMYK 0.31 0.28 0 0.71
HSL 234.78º 0.18% 0.25% -
HSV(B) 234.78º 0.31% 0.29% -
XYZ 3.87 3.74 7 -
YUV 54.8 138.84 125.29 -
System Red Green Blue C M Y K H S L
Decimal 51 53 74 0.31 0.28 0 0.71 234.78 0.18 0.25
Hex 33 35 4A 1F 1C 0 47 EB 12 19
Octal 63 65 112 37 34 0 107 353 22 31
Binary 110011 110101 1001010 11111 11100 0 1000111 11101011 10010 11001

Color Harmonies of #33354A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33354A

Black with #33354A

Text Example


Text Example

White with #33354A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33354A; }

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

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

background-color css

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

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

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

border-color css

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

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

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