Html Css Color HEX #33374D Lucky Point

📋 copy color: '#33374D'

red 51 ◦ green 55 ◦ blue 77

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

Shades of Lucky Point #33374D

Tints of Lucky Point #33374D

RGB

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

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

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

R = 27.87%
G = 30.05%
B = 42.08%

CMYK

 C value IS 0.34

 M value IS 0.29

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#33374D (or 0x33374D) is known color: Lucky Point. HEX triplet: 33, 37 and 4D. RGB value is (51,55,77). Sum of RGB (Red+Green+Blue) = 51+55+77=183 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.87% from 183); Green value is 55 (21.88% from 255 or 30.05% from 183); Blue value is 77 (30.47% from 255 or 42.08% from 183); Max value from RGB is 77 - color contains mainly: blue. Hex color #33374D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33374D is #CCC8B2. Grayscale: #383838. Windows color (decimal): -13420723 or 5060403. OLE color: 5060403.

HSL color Cylindrical-coordinate representation of color #33374D: hue angle of 230.77º 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 #33374D is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 51 55 77 -
CMYK 0.34 0.29 0 0.70
HSL 230.77º 0.2% 0.25% -
HSV(B) 230.77º 0.34% 0.3% -
XYZ 4.07 3.97 7.57 -
YUV 56.31 139.67 124.21 -
System Red Green Blue C M Y K H S L
Decimal 51 55 77 0.34 0.29 0 0.70 230.77 0.2 0.25
Hex 33 37 4D 22 1D 0 46 E7 14 19
Octal 63 67 115 42 35 0 106 347 24 31
Binary 110011 110111 1001101 100010 11101 0 1000110 11100111 10100 11001

Color Harmonies of #33374D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33374D

Black with #33374D

Text Example


Text Example

White with #33374D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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