Html Css Color HEX #23205B Paua

📋 copy color: '#23205B'

red 35 ◦ green 32 ◦ blue 91

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

Shades of Paua #23205B

Tints of Paua #23205B

RGB

 RED value IS 35 (14.06% from 255) = 22.15%

 GREEN value IS 32 (12.89% from 255) = 20.25%

 BLUE value IS 91 (35.94% from 255) = 57.59%

R = 22.15%
G = 20.25%
B = 57.59%

CMYK

 C value IS 0.62

 M value IS 0.65

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#23205B (or 0x23205B) is known color: Paua. HEX triplet: 23, 20 and 5B. RGB value is (35,32,91). Sum of RGB (Red+Green+Blue) = 35+32+91=158 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.15% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 91 (35.94% from 255 or 57.59% from 158); Max value from RGB is 91 - color contains mainly: blue. Hex color #23205B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23205B is #DCDFA4. Grayscale: #272727. Windows color (decimal): -14475173 or 5972003. OLE color: 5972003.

HSL color Cylindrical-coordinate representation of color #23205B: hue angle of 243.05º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #23205B is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 35 32 91 -
CMYK 0.62 0.65 0 0.64
HSL 243.05º 0.48% 0.24% -
HSV(B) 243.05º 0.65% 0.36% -
XYZ 3.1 2.15 10.15 -
YUV 39.62 156.99 124.7 -
System Red Green Blue C M Y K H S L
Decimal 35 32 91 0.62 0.65 0 0.64 243.05 0.48 0.24
Hex 23 20 5B 3E 41 0 40 F3 30 18
Octal 43 40 133 76 101 0 100 363 60 30
Binary 100011 100000 1011011 111110 1000001 0 1000000 11110011 110000 11000

Color Harmonies of #23205B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23205B

Black with #23205B

Text Example


Text Example

White with #23205B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23205B; }

 p { color: rgb(35,32,91); }

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

background-color css

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

 a { background-color: rgb(35,32,91); }

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

border-color css

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

 span { border-color: rgb(35,32,91); }

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