Html Css Color HEX #312F58 Paua

📋 copy color: '#312F58'

red 49 ◦ green 47 ◦ blue 88

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

Shades of Paua #312F58

Tints of Paua #312F58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 47.83%

R = 26.63%
G = 25.54%
B = 47.83%

CMYK

 C value IS 0.44

 M value IS 0.47

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#312F58 (or 0x312F58) is known color: Paua. HEX triplet: 31, 2F and 58. RGB value is (49,47,88). Sum of RGB (Red+Green+Blue) = 49+47+88=184 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.63% from 184); Green value is 47 (18.75% from 255 or 25.54% from 184); Blue value is 88 (34.77% from 255 or 47.83% from 184); Max value from RGB is 88 - color contains mainly: blue. Hex color #312F58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312F58 is #CED0A7. Grayscale: #343434. Windows color (decimal): -13553832 or 5779249. OLE color: 5779249.

HSL color Cylindrical-coordinate representation of color #312F58: hue angle of 242.93º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #312F58 is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 47 88 -
CMYK 0.44 0.47 0 0.65
HSL 242.93º 0.3% 0.26% -
HSV(B) 242.93º 0.47% 0.35% -
XYZ 4.04 3.39 9.67 -
YUV 52.27 148.16 125.67 -
System Red Green Blue C M Y K H S L
Decimal 49 47 88 0.44 0.47 0 0.65 242.93 0.3 0.26
Hex 31 2F 58 2C 2F 0 41 F3 1E 1A
Octal 61 57 130 54 57 0 101 363 36 32
Binary 110001 101111 1011000 101100 101111 0 1000001 11110011 11110 11010

Color Harmonies of #312F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312F58

Black with #312F58

Text Example


Text Example

White with #312F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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