Html Css Color HEX #323055 Paua

📋 copy color: '#323055'

red 50 ◦ green 48 ◦ blue 85

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

Shades of Paua #323055

Tints of Paua #323055

RGB

 RED value IS 50 (19.92% from 255) = 27.32%

 GREEN value IS 48 (19.14% from 255) = 26.23%

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

R = 27.32%
G = 26.23%
B = 46.45%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#323055 (or 0x323055) is known color: Paua. HEX triplet: 32, 30 and 55. RGB value is (50,48,85). Sum of RGB (Red+Green+Blue) = 50+48+85=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 48 (19.14% from 255 or 26.23% from 183); Blue value is 85 (33.59% from 255 or 46.45% from 183); Max value from RGB is 85 - color contains mainly: blue. Hex color #323055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323055 is #CDCFAA. Grayscale: #343434. Windows color (decimal): -13488043 or 5582898. OLE color: 5582898.

HSL color Cylindrical-coordinate representation of color #323055: hue angle of 243.24º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #323055 is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 50 48 85 -
CMYK 0.41 0.44 0 0.67
HSL 243.24º 0.28% 0.26% -
HSV(B) 243.24º 0.44% 0.33% -
XYZ 4.01 3.45 9.05 -
YUV 52.82 146.16 125.99 -
System Red Green Blue C M Y K H S L
Decimal 50 48 85 0.41 0.44 0 0.67 243.24 0.28 0.26
Hex 32 30 55 29 2C 0 43 F3 1C 1A
Octal 62 60 125 51 54 0 103 363 34 32
Binary 110010 110000 1010101 101001 101100 0 1000011 11110011 11100 11010

Color Harmonies of #323055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323055

Black with #323055

Text Example


Text Example

White with #323055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323055; }

 p { color: rgb(50,48,85); }

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

background-color css

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

 a { background-color: rgb(50,48,85); }

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

border-color css

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

 span { border-color: rgb(50,48,85); }

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