Html Css Color HEX #323053 Paua

📋 copy color: '#323053'

red 50 ◦ green 48 ◦ blue 83

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

Shades of Paua #323053

Tints of Paua #323053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 45.86%

R = 27.62%
G = 26.52%
B = 45.86%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#323053 (or 0x323053) is known color: Paua. HEX triplet: 32, 30 and 53. RGB value is (50,48,83). Sum of RGB (Red+Green+Blue) = 50+48+83=181 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.62% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 83 (32.81% from 255 or 45.86% from 181); Max value from RGB is 83 - color contains mainly: blue. Hex color #323053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323053 is #CDCFAC. Grayscale: #343434. Windows color (decimal): -13488045 or 5451826. OLE color: 5451826.

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

Color convert

RGB 50 48 83 -
CMYK 0.40 0.42 0 0.67
HSL 243.43º 0.27% 0.26% -
HSV(B) 243.43º 0.42% 0.33% -
XYZ 3.93 3.42 8.64 -
YUV 52.59 145.16 126.15 -
System Red Green Blue C M Y K H S L
Decimal 50 48 83 0.40 0.42 0 0.67 243.43 0.27 0.26
Hex 32 30 53 28 2A 0 43 F3 1B 1A
Octal 62 60 123 50 52 0 103 363 33 32
Binary 110010 110000 1010011 101000 101010 0 1000011 11110011 11011 11010

Color Harmonies of #323053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323053

Black with #323053

Text Example


Text Example

White with #323053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323053; }

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

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

background-color css

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

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

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

border-color css

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

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

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