Html Css Color HEX #323057 Paua

📋 copy color: '#323057'

red 50 ◦ green 48 ◦ blue 87

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

Shades of Paua #323057

Tints of Paua #323057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 47.03%

R = 27.03%
G = 25.95%
B = 47.03%

CMYK

 C value IS 0.43

 M value IS 0.45

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#323057 (or 0x323057) is known color: Paua. HEX triplet: 32, 30 and 57. RGB value is (50,48,87). Sum of RGB (Red+Green+Blue) = 50+48+87=185 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.03% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 87 (34.38% from 255 or 47.03% from 185); Max value from RGB is 87 - color contains mainly: blue. Hex color #323057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323057 is #CDCFA8. Grayscale: #343434. Windows color (decimal): -13488041 or 5713970. OLE color: 5713970.

HSL color Cylindrical-coordinate representation of color #323057: hue angle of 243.08º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #323057 is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 50 48 87 -
CMYK 0.43 0.45 0 0.66
HSL 243.08º 0.29% 0.26% -
HSV(B) 243.08º 0.45% 0.34% -
XYZ 4.09 3.48 9.47 -
YUV 53.04 147.16 125.83 -
System Red Green Blue C M Y K H S L
Decimal 50 48 87 0.43 0.45 0 0.66 243.08 0.29 0.26
Hex 32 30 57 2B 2D 0 42 F3 1D 1A
Octal 62 60 127 53 55 0 102 363 35 32
Binary 110010 110000 1010111 101011 101101 0 1000010 11110011 11101 11010

Color Harmonies of #323057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323057

Black with #323057

Text Example


Text Example

White with #323057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323057; }

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

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

background-color css

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

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

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

border-color css

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

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

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