Html Css Color HEX #23205E Paua

📋 copy color: '#23205E'

red 35 ◦ green 32 ◦ blue 94

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

Shades of Paua #23205E

Tints of Paua #23205E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 58.39%

R = 21.74%
G = 19.88%
B = 58.39%

CMYK

 C value IS 0.63

 M value IS 0.66

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#23205E (or 0x23205E) is known color: Paua. HEX triplet: 23, 20 and 5E. RGB value is (35,32,94). Sum of RGB (Red+Green+Blue) = 35+32+94=161 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.74% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 94 (37.11% from 255 or 58.39% from 161); Max value from RGB is 94 - color contains mainly: blue. Hex color #23205E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23205E is #DCDFA1. Grayscale: #272727. Windows color (decimal): -14475170 or 6168611. OLE color: 6168611.

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

Color convert

RGB 35 32 94 -
CMYK 0.63 0.66 0 0.63
HSL 242.9º 0.49% 0.25% -
HSV(B) 242.9º 0.66% 0.37% -
XYZ 3.23 2.2 10.84 -
YUV 39.97 158.49 124.46 -
System Red Green Blue C M Y K H S L
Decimal 35 32 94 0.63 0.66 0 0.63 242.9 0.49 0.25
Hex 23 20 5E 3F 42 0 3F F3 31 19
Octal 43 40 136 77 102 0 77 363 61 31
Binary 100011 100000 1011110 111111 1000010 0 111111 11110011 110001 11001

Color Harmonies of #23205E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23205E

Black with #23205E

Text Example


Text Example

White with #23205E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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