Html Css Color HEX #312554 Cherry Pie

📋 copy color: '#312554'

red 49 ◦ green 37 ◦ blue 84

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

Shades of Cherry Pie #312554

Tints of Cherry Pie #312554

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.76%

 BLUE value IS 84 (33.2% from 255) = 49.41%

R = 28.82%
G = 21.76%
B = 49.41%

CMYK

 C value IS 0.42

 M value IS 0.56

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#312554 (or 0x312554) is known color: Cherry Pie. HEX triplet: 31, 25 and 54. RGB value is (49,37,84). Sum of RGB (Red+Green+Blue) = 49+37+84=170 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.82% from 170); Green value is 37 (14.84% from 255 or 21.76% from 170); Blue value is 84 (33.20% from 255 or 49.41% from 170); Max value from RGB is 84 - color contains mainly: blue. Hex color #312554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312554 is #CEDAAB. Grayscale: #2D2D2D. Windows color (decimal): -13556396 or 5514545. OLE color: 5514545.

HSL color Cylindrical-coordinate representation of color #312554: hue angle of 255.32º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #312554 is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 37 84 -
CMYK 0.42 0.56 0 0.67
HSL 255.32º 0.39% 0.24% -
HSV(B) 255.32º 0.56% 0.33% -
XYZ 3.53 2.62 8.71 -
YUV 45.95 149.48 130.18 -
System Red Green Blue C M Y K H S L
Decimal 49 37 84 0.42 0.56 0 0.67 255.32 0.39 0.24
Hex 31 25 54 2A 38 0 43 FF 27 18
Octal 61 45 124 52 70 0 103 377 47 30
Binary 110001 100101 1010100 101010 111000 0 1000011 11111111 100111 11000

Color Harmonies of #312554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312554

Black with #312554

Text Example


Text Example

White with #312554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312554; }

 p { color: rgb(49,37,84); }

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

background-color css

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

 a { background-color: rgb(49,37,84); }

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

border-color css

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

 span { border-color: rgb(49,37,84); }

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