Html Css Color HEX #23205A Paua

📋 copy color: '#23205A'

red 35 ◦ green 32 ◦ blue 90

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

Shades of Paua #23205A

Tints of Paua #23205A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 57.32%

R = 22.29%
G = 20.38%
B = 57.32%

CMYK

 C value IS 0.61

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#23205A (or 0x23205A) is known color: Paua. HEX triplet: 23, 20 and 5A. RGB value is (35,32,90). Sum of RGB (Red+Green+Blue) = 35+32+90=157 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.29% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 90 (35.55% from 255 or 57.32% from 157); Max value from RGB is 90 - color contains mainly: blue. Hex color #23205A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23205A is #DCDFA5. Grayscale: #272727. Windows color (decimal): -14475174 or 5906467. OLE color: 5906467.

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

Color convert

RGB 35 32 90 -
CMYK 0.61 0.64 0 0.65
HSL 243.1º 0.48% 0.24% -
HSV(B) 243.1º 0.64% 0.35% -
XYZ 3.06 2.13 9.92 -
YUV 39.51 156.49 124.78 -
System Red Green Blue C M Y K H S L
Decimal 35 32 90 0.61 0.64 0 0.65 243.1 0.48 0.24
Hex 23 20 5A 3D 40 0 41 F3 30 18
Octal 43 40 132 75 100 0 101 363 60 30
Binary 100011 100000 1011010 111101 1000000 0 1000001 11110011 110000 11000

Color Harmonies of #23205A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23205A

Black with #23205A

Text Example


Text Example

White with #23205A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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