Html Css Color HEX #312C54 Paua

📋 copy color: '#312C54'

red 49 ◦ green 44 ◦ blue 84

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

Shades of Paua #312C54

Tints of Paua #312C54

RGB

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

 GREEN value IS 44 (17.58% from 255) = 24.86%

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

R = 27.68%
G = 24.86%
B = 47.46%

CMYK

 C value IS 0.42

 M value IS 0.48

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#312C54 (or 0x312C54) is known color: Paua. HEX triplet: 31, 2C and 54. RGB value is (49,44,84). Sum of RGB (Red+Green+Blue) = 49+44+84=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 44 (17.58% from 255 or 24.86% from 177); Blue value is 84 (33.20% from 255 or 47.46% from 177); Max value from RGB is 84 - color contains mainly: blue. Hex color #312C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312C54 is #CED3AB. Grayscale: #313131. Windows color (decimal): -13554604 or 5516337. OLE color: 5516337.

HSL color Cylindrical-coordinate representation of color #312C54: hue angle of 247.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #312C54 is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 44 84 -
CMYK 0.42 0.48 0 0.67
HSL 247.5º 0.31% 0.25% -
HSV(B) 247.5º 0.48% 0.33% -
XYZ 3.77 3.09 8.79 -
YUV 50.06 147.16 127.25 -
System Red Green Blue C M Y K H S L
Decimal 49 44 84 0.42 0.48 0 0.67 247.5 0.31 0.25
Hex 31 2C 54 2A 30 0 43 F8 1F 19
Octal 61 54 124 52 60 0 103 370 37 31
Binary 110001 101100 1010100 101010 110000 0 1000011 11111000 11111 11001

Color Harmonies of #312C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312C54

Black with #312C54

Text Example


Text Example

White with #312C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312C54; }

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

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

background-color css

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

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

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

border-color css

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

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

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