Html Css Color HEX #312F50 Paua

📋 copy color: '#312F50'

red 49 ◦ green 47 ◦ blue 80

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

Shades of Paua #312F50

Tints of Paua #312F50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 45.45%

R = 27.84%
G = 26.7%
B = 45.45%

CMYK

 C value IS 0.39

 M value IS 0.41

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#312F50 (or 0x312F50) is known color: Paua. HEX triplet: 31, 2F and 50. RGB value is (49,47,80). Sum of RGB (Red+Green+Blue) = 49+47+80=176 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.84% from 176); Green value is 47 (18.75% from 255 or 26.70% from 176); Blue value is 80 (31.64% from 255 or 45.45% from 176); Max value from RGB is 80 - color contains mainly: blue. Hex color #312F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312F50 is #CED0AF. Grayscale: #333333. Windows color (decimal): -13553840 or 5254961. OLE color: 5254961.

HSL color Cylindrical-coordinate representation of color #312F50: hue angle of 243.64º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #312F50 is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 49 47 80 -
CMYK 0.39 0.41 0 0.69
HSL 243.64º 0.26% 0.25% -
HSV(B) 243.64º 0.41% 0.31% -
XYZ 3.73 3.27 8.02 -
YUV 51.36 144.16 126.32 -
System Red Green Blue C M Y K H S L
Decimal 49 47 80 0.39 0.41 0 0.69 243.64 0.26 0.25
Hex 31 2F 50 27 29 0 45 F4 1A 19
Octal 61 57 120 47 51 0 105 364 32 31
Binary 110001 101111 1010000 100111 101001 0 1000101 11110100 11010 11001

Color Harmonies of #312F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312F50

Black with #312F50

Text Example


Text Example

White with #312F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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