Html Css Color HEX #313448 Lucky Point

📋 copy color: '#313448'

red 49 ◦ green 52 ◦ blue 72

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

Shades of Lucky Point #313448

Tints of Lucky Point #313448

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.06%

 BLUE value IS 72 (28.52% from 255) = 41.62%

R = 28.32%
G = 30.06%
B = 41.62%

CMYK

 C value IS 0.32

 M value IS 0.28

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#313448 (or 0x313448) is known color: Lucky Point. HEX triplet: 31, 34 and 48. RGB value is (49,52,72). Sum of RGB (Red+Green+Blue) = 49+52+72=173 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.32% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 72 (28.52% from 255 or 41.62% from 173); Max value from RGB is 72 - color contains mainly: blue. Hex color #313448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313448 is #CECBB7. Grayscale: #353535. Windows color (decimal): -13552568 or 4731953. OLE color: 4731953.

HSL color Cylindrical-coordinate representation of color #313448: hue angle of 232.17º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #313448 is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 49 52 72 -
CMYK 0.32 0.28 0 0.72
HSL 232.17º 0.19% 0.24% -
HSV(B) 232.17º 0.32% 0.28% -
XYZ 3.66 3.58 6.63 -
YUV 53.38 138.51 124.87 -
System Red Green Blue C M Y K H S L
Decimal 49 52 72 0.32 0.28 0 0.72 232.17 0.19 0.24
Hex 31 34 48 20 1C 0 48 E8 13 18
Octal 61 64 110 40 34 0 110 350 23 30
Binary 110001 110100 1001000 100000 11100 0 1001000 11101000 10011 11000

Color Harmonies of #313448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313448

Black with #313448

Text Example


Text Example

White with #313448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313448; }

 p { color: rgb(49,52,72); }

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

background-color css

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

 a { background-color: rgb(49,52,72); }

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

border-color css

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

 span { border-color: rgb(49,52,72); }

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