Html Css Color HEX #312955 Paua

📋 copy color: '#312955'

red 49 ◦ green 41 ◦ blue 85

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

Shades of Paua #312955

Tints of Paua #312955

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.43%

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

R = 28%
G = 23.43%
B = 48.57%

CMYK

 C value IS 0.42

 M value IS 0.52

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#312955 (or 0x312955) is known color: Paua. HEX triplet: 31, 29 and 55. RGB value is (49,41,85). Sum of RGB (Red+Green+Blue) = 49+41+85=175 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 85 (33.59% from 255 or 48.57% from 175); Max value from RGB is 85 - color contains mainly: blue. Hex color #312955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312955 is #CED6AA. Grayscale: #303030. Windows color (decimal): -13555371 or 5581105. OLE color: 5581105.

HSL color Cylindrical-coordinate representation of color #312955: hue angle of 250.91º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #312955 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 41 85 -
CMYK 0.42 0.52 0 0.67
HSL 250.91º 0.35% 0.25% -
HSV(B) 250.91º 0.52% 0.33% -
XYZ 3.7 2.89 8.96 -
YUV 48.41 148.65 128.42 -
System Red Green Blue C M Y K H S L
Decimal 49 41 85 0.42 0.52 0 0.67 250.91 0.35 0.25
Hex 31 29 55 2A 34 0 43 FB 23 19
Octal 61 51 125 52 64 0 103 373 43 31
Binary 110001 101001 1010101 101010 110100 0 1000011 11111011 100011 11001

Color Harmonies of #312955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312955

Black with #312955

Text Example


Text Example

White with #312955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312955; }

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

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

background-color css

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

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

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

border-color css

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

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

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