Html Css Color HEX #312C51 Paua

📋 copy color: '#312C51'

red 49 ◦ green 44 ◦ blue 81

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

Shades of Paua #312C51

Tints of Paua #312C51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 46.55%

R = 28.16%
G = 25.29%
B = 46.55%

CMYK

 C value IS 0.40

 M value IS 0.46

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#312C51 (or 0x312C51) is known color: Paua. HEX triplet: 31, 2C and 51. RGB value is (49,44,81). Sum of RGB (Red+Green+Blue) = 49+44+81=174 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28.16% from 174); Green value is 44 (17.58% from 255 or 25.29% from 174); Blue value is 81 (32.03% from 255 or 46.55% from 174); Max value from RGB is 81 - color contains mainly: blue. Hex color #312C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312C51 is #CED3AE. Grayscale: #313131. Windows color (decimal): -13554607 or 5319729. OLE color: 5319729.

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

Color convert

RGB 49 44 81 -
CMYK 0.40 0.46 0 0.68
HSL 248.11º 0.3% 0.25% -
HSV(B) 248.11º 0.46% 0.32% -
XYZ 3.65 3.05 8.18 -
YUV 49.71 145.66 127.49 -
System Red Green Blue C M Y K H S L
Decimal 49 44 81 0.40 0.46 0 0.68 248.11 0.3 0.25
Hex 31 2C 51 28 2E 0 44 F8 1E 19
Octal 61 54 121 50 56 0 104 370 36 31
Binary 110001 101100 1010001 101000 101110 0 1000100 11111000 11110 11001

Color Harmonies of #312C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312C51

Black with #312C51

Text Example


Text Example

White with #312C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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