Html Css Color HEX #312F52 Paua

📋 copy color: '#312F52'

red 49 ◦ green 47 ◦ blue 82

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

Shades of Paua #312F52

Tints of Paua #312F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 46.07%

R = 27.53%
G = 26.4%
B = 46.07%

CMYK

 C value IS 0.40

 M value IS 0.43

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#312F52 (or 0x312F52) is known color: Paua. HEX triplet: 31, 2F and 52. RGB value is (49,47,82). Sum of RGB (Red+Green+Blue) = 49+47+82=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 47 (18.75% from 255 or 26.40% from 178); Blue value is 82 (32.42% from 255 or 46.07% from 178); Max value from RGB is 82 - color contains mainly: blue. Hex color #312F52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312F52 is #CED0AD. Grayscale: #333333. Windows color (decimal): -13553838 or 5386033. OLE color: 5386033.

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

Color convert

RGB 49 47 82 -
CMYK 0.40 0.43 0 0.68
HSL 243.43º 0.27% 0.25% -
HSV(B) 243.43º 0.43% 0.32% -
XYZ 3.81 3.3 8.42 -
YUV 51.59 145.16 126.15 -
System Red Green Blue C M Y K H S L
Decimal 49 47 82 0.40 0.43 0 0.68 243.43 0.27 0.25
Hex 31 2F 52 28 2B 0 44 F3 1B 19
Octal 61 57 122 50 53 0 104 363 33 31
Binary 110001 101111 1010010 101000 101011 0 1000100 11110011 11011 11001

Color Harmonies of #312F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312F52

Black with #312F52

Text Example


Text Example

White with #312F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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