Html Css Color HEX #313752 Lucky Point

📋 copy color: '#313752'

red 49 ◦ green 55 ◦ blue 82

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

Shades of Lucky Point #313752

Tints of Lucky Point #313752

RGB

 RED value IS 49 (19.53% from 255) = 26.34%

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

 BLUE value IS 82 (32.42% from 255) = 44.09%

R = 26.34%
G = 29.57%
B = 44.09%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#313752 (or 0x313752) is known color: Lucky Point. HEX triplet: 31, 37 and 52. RGB value is (49,55,82). Sum of RGB (Red+Green+Blue) = 49+55+82=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 55 (21.88% from 255 or 29.57% from 186); Blue value is 82 (32.42% from 255 or 44.09% from 186); Max value from RGB is 82 - color contains mainly: blue. Hex color #313752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313752 is #CEC8AD. Grayscale: #383838. Windows color (decimal): -13551790 or 5388081. OLE color: 5388081.

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

Color convert

RGB 49 55 82 -
CMYK 0.40 0.33 0 0.68
HSL 229.09º 0.25% 0.26% -
HSV(B) 229.09º 0.4% 0.32% -
XYZ 4.16 3.99 8.53 -
YUV 56.28 142.51 122.8 -
System Red Green Blue C M Y K H S L
Decimal 49 55 82 0.40 0.33 0 0.68 229.09 0.25 0.26
Hex 31 37 52 28 21 0 44 E5 19 1A
Octal 61 67 122 50 41 0 104 345 31 32
Binary 110001 110111 1010010 101000 100001 0 1000100 11100101 11001 11010

Color Harmonies of #313752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313752

Black with #313752

Text Example


Text Example

White with #313752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313752; }

 p { color: rgb(49,55,82); }

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

background-color css

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

 a { background-color: rgb(49,55,82); }

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

border-color css

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

 span { border-color: rgb(49,55,82); }

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