Html Css Color HEX #312F56 Paua

📋 copy color: '#312F56'

red 49 ◦ green 47 ◦ blue 86

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

Shades of Paua #312F56

Tints of Paua #312F56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 47.25%

R = 26.92%
G = 25.82%
B = 47.25%

CMYK

 C value IS 0.43

 M value IS 0.45

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#312F56 (or 0x312F56) is known color: Paua. HEX triplet: 31, 2F and 56. RGB value is (49,47,86). Sum of RGB (Red+Green+Blue) = 49+47+86=182 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.92% from 182); Green value is 47 (18.75% from 255 or 25.82% from 182); Blue value is 86 (33.98% from 255 or 47.25% from 182); Max value from RGB is 86 - color contains mainly: blue. Hex color #312F56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312F56 is #CED0A9. Grayscale: #333333. Windows color (decimal): -13553834 or 5648177. OLE color: 5648177.

HSL color Cylindrical-coordinate representation of color #312F56: hue angle of 243.08º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #312F56 is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 49 47 86 -
CMYK 0.43 0.45 0 0.66
HSL 243.08º 0.29% 0.26% -
HSV(B) 243.08º 0.45% 0.34% -
XYZ 3.96 3.36 9.24 -
YUV 52.04 147.16 125.83 -
System Red Green Blue C M Y K H S L
Decimal 49 47 86 0.43 0.45 0 0.66 243.08 0.29 0.26
Hex 31 2F 56 2B 2D 0 42 F3 1D 1A
Octal 61 57 126 53 55 0 102 363 35 32
Binary 110001 101111 1010110 101011 101101 0 1000010 11110011 11101 11010

Color Harmonies of #312F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312F56

Black with #312F56

Text Example


Text Example

White with #312F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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