Html Css Color HEX #312E55 Paua

📋 copy color: '#312E55'

red 49 ◦ green 46 ◦ blue 85

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

Shades of Paua #312E55

Tints of Paua #312E55

RGB

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

 GREEN value IS 46 (18.36% from 255) = 25.56%

 BLUE value IS 85 (33.59% from 255) = 47.22%

R = 27.22%
G = 25.56%
B = 47.22%

CMYK

 C value IS 0.42

 M value IS 0.46

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#312E55 (or 0x312E55) is known color: Paua. HEX triplet: 31, 2E and 55. RGB value is (49,46,85). Sum of RGB (Red+Green+Blue) = 49+46+85=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 46 (18.36% from 255 or 25.56% from 180); Blue value is 85 (33.59% from 255 or 47.22% from 180); Max value from RGB is 85 - color contains mainly: blue. Hex color #312E55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312E55 is #CED1AA. Grayscale: #333333. Windows color (decimal): -13554091 or 5582385. OLE color: 5582385.

HSL color Cylindrical-coordinate representation of color #312E55: hue angle of 244.62º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #312E55 is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 46 85 -
CMYK 0.42 0.46 0 0.67
HSL 244.62º 0.3% 0.26% -
HSV(B) 244.62º 0.46% 0.33% -
XYZ 3.88 3.26 9.02 -
YUV 51.34 146.99 126.33 -
System Red Green Blue C M Y K H S L
Decimal 49 46 85 0.42 0.46 0 0.67 244.62 0.3 0.26
Hex 31 2E 55 2A 2E 0 43 F5 1E 1A
Octal 61 56 125 52 56 0 103 365 36 32
Binary 110001 101110 1010101 101010 101110 0 1000011 11110101 11110 11010

Color Harmonies of #312E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312E55

Black with #312E55

Text Example


Text Example

White with #312E55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,46,85); }

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

background-color css

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

 a { background-color: rgb(49,46,85); }

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

border-color css

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

 span { border-color: rgb(49,46,85); }

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