Html Css Color HEX #312B51 Paua

📋 copy color: '#312B51'

red 49 ◦ green 43 ◦ blue 81

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

Shades of Paua #312B51

Tints of Paua #312B51

RGB

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

 GREEN value IS 43 (17.19% from 255) = 24.86%

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

R = 28.32%
G = 24.86%
B = 46.82%

CMYK

 C value IS 0.40

 M value IS 0.47

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#312B51 (or 0x312B51) is known color: Paua. HEX triplet: 31, 2B and 51. RGB value is (49,43,81). Sum of RGB (Red+Green+Blue) = 49+43+81=173 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.32% from 173); Green value is 43 (17.19% from 255 or 24.86% from 173); Blue value is 81 (32.03% from 255 or 46.82% from 173); Max value from RGB is 81 - color contains mainly: blue. Hex color #312B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312B51 is #CED4AE. Grayscale: #303030. Windows color (decimal): -13554863 or 5319473. OLE color: 5319473.

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

Color convert

RGB 49 43 81 -
CMYK 0.40 0.47 0 0.68
HSL 249.47º 0.31% 0.24% -
HSV(B) 249.47º 0.47% 0.32% -
XYZ 3.62 2.97 8.17 -
YUV 49.13 145.99 127.91 -
System Red Green Blue C M Y K H S L
Decimal 49 43 81 0.40 0.47 0 0.68 249.47 0.31 0.24
Hex 31 2B 51 28 2F 0 44 F9 1F 18
Octal 61 53 121 50 57 0 104 371 37 30
Binary 110001 101011 1010001 101000 101111 0 1000100 11111001 11111 11000

Color Harmonies of #312B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312B51

Black with #312B51

Text Example


Text Example

White with #312B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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