Html Css Color HEX #23205D Paua

📋 copy color: '#23205D'

red 35 ◦ green 32 ◦ blue 93

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

Shades of Paua #23205D

Tints of Paua #23205D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 58.13%

R = 21.88%
G = 20%
B = 58.13%

CMYK

 C value IS 0.62

 M value IS 0.66

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#23205D (or 0x23205D) is known color: Paua. HEX triplet: 23, 20 and 5D. RGB value is (35,32,93). Sum of RGB (Red+Green+Blue) = 35+32+93=160 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.88% from 160); Green value is 32 (12.89% from 255 or 20% from 160); Blue value is 93 (36.72% from 255 or 58.12% from 160); Max value from RGB is 93 - color contains mainly: blue. Hex color #23205D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23205D is #DCDFA2. Grayscale: #272727. Windows color (decimal): -14475171 or 6103075. OLE color: 6103075.

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

Color convert

RGB 35 32 93 -
CMYK 0.62 0.66 0 0.64
HSL 242.95º 0.49% 0.25% -
HSV(B) 242.95º 0.66% 0.36% -
XYZ 3.19 2.18 10.61 -
YUV 39.85 157.99 124.54 -
System Red Green Blue C M Y K H S L
Decimal 35 32 93 0.62 0.66 0 0.64 242.95 0.49 0.25
Hex 23 20 5D 3E 42 0 40 F3 31 19
Octal 43 40 135 76 102 0 100 363 61 31
Binary 100011 100000 1011101 111110 1000010 0 1000000 11110011 110001 11001

Color Harmonies of #23205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23205D

Black with #23205D

Text Example


Text Example

White with #23205D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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