Html Css Color HEX #33364D Lucky Point

📋 copy color: '#33364D'

red 51 ◦ green 54 ◦ blue 77

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

Shades of Lucky Point #33364D

Tints of Lucky Point #33364D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.67%

 BLUE value IS 77 (30.47% from 255) = 42.31%

R = 28.02%
G = 29.67%
B = 42.31%

CMYK

 C value IS 0.34

 M value IS 0.30

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#33364D (or 0x33364D) is known color: Lucky Point. HEX triplet: 33, 36 and 4D. RGB value is (51,54,77). Sum of RGB (Red+Green+Blue) = 51+54+77=182 (24% of max value = 765). Red value is 51 (20.31% from 255 or 28.02% from 182); Green value is 54 (21.48% from 255 or 29.67% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 77 - color contains mainly: blue. Hex color #33364D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33364D is #CCC9B2. Grayscale: #373737. Windows color (decimal): -13420979 or 5060147. OLE color: 5060147.

HSL color Cylindrical-coordinate representation of color #33364D: hue angle of 233.08º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #33364D is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 51 54 77 -
CMYK 0.34 0.30 0 0.70
HSL 233.08º 0.2% 0.25% -
HSV(B) 233.08º 0.34% 0.3% -
XYZ 4.02 3.88 7.56 -
YUV 55.73 140.01 124.63 -
System Red Green Blue C M Y K H S L
Decimal 51 54 77 0.34 0.30 0 0.70 233.08 0.2 0.25
Hex 33 36 4D 22 1E 0 46 E9 14 19
Octal 63 66 115 42 36 0 106 351 24 31
Binary 110011 110110 1001101 100010 11110 0 1000110 11101001 10100 11001

Color Harmonies of #33364D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33364D

Black with #33364D

Text Example


Text Example

White with #33364D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33364D; }

 p { color: rgb(51,54,77); }

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

background-color css

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

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

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

border-color css

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

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

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