Html Css Color HEX #313252 Lucky Point

📋 copy color: '#313252'

red 49 ◦ green 50 ◦ blue 82

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

Shades of Lucky Point #313252

Tints of Lucky Point #313252

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.62%

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

R = 27.07%
G = 27.62%
B = 45.3%

CMYK

 C value IS 0.40

 M value IS 0.39

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#313252 (or 0x313252) is known color: Lucky Point. HEX triplet: 31, 32 and 52. RGB value is (49,50,82). Sum of RGB (Red+Green+Blue) = 49+50+82=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 82 (32.42% from 255 or 45.30% from 181); Max value from RGB is 82 - color contains mainly: blue. Hex color #313252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313252 is #CECDAD. Grayscale: #353535. Windows color (decimal): -13553070 or 5386801. OLE color: 5386801.

HSL color Cylindrical-coordinate representation of color #313252: hue angle of 238.18º 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 #313252 is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 49 50 82 -
CMYK 0.40 0.39 0 0.68
HSL 238.18º 0.25% 0.26% -
HSV(B) 238.18º 0.4% 0.32% -
XYZ 3.93 3.54 8.46 -
YUV 53.35 144.17 124.9 -
System Red Green Blue C M Y K H S L
Decimal 49 50 82 0.40 0.39 0 0.68 238.18 0.25 0.26
Hex 31 32 52 28 27 0 44 EE 19 1A
Octal 61 62 122 50 47 0 104 356 31 32
Binary 110001 110010 1010010 101000 100111 0 1000100 11101110 11001 11010

Color Harmonies of #313252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313252

Black with #313252

Text Example


Text Example

White with #313252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313252; }

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

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

background-color css

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

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

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

border-color css

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

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

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