Html Css Color HEX #312F51 Paua

📋 copy color: '#312F51'

red 49 ◦ green 47 ◦ blue 81

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

Shades of Paua #312F51

Tints of Paua #312F51

RGB

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

 GREEN value IS 47 (18.75% from 255) = 26.55%

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

R = 27.68%
G = 26.55%
B = 45.76%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#312F51 (or 0x312F51) is known color: Paua. HEX triplet: 31, 2F and 51. RGB value is (49,47,81). Sum of RGB (Red+Green+Blue) = 49+47+81=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 47 (18.75% from 255 or 26.55% from 177); Blue value is 81 (32.03% from 255 or 45.76% from 177); Max value from RGB is 81 - color contains mainly: blue. Hex color #312F51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312F51 is #CED0AE. Grayscale: #333333. Windows color (decimal): -13553839 or 5320497. OLE color: 5320497.

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

Color convert

RGB 49 47 81 -
CMYK 0.40 0.42 0 0.68
HSL 243.53º 0.27% 0.25% -
HSV(B) 243.53º 0.42% 0.32% -
XYZ 3.77 3.28 8.22 -
YUV 51.47 144.66 126.24 -
System Red Green Blue C M Y K H S L
Decimal 49 47 81 0.40 0.42 0 0.68 243.53 0.27 0.25
Hex 31 2F 51 28 2A 0 44 F4 1B 19
Octal 61 57 121 50 52 0 104 364 33 31
Binary 110001 101111 1010001 101000 101010 0 1000100 11110100 11011 11001

Color Harmonies of #312F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312F51

Black with #312F51

Text Example


Text Example

White with #312F51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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