Html Css Color HEX #23204D Paua

📋 copy color: '#23204D'

red 35 ◦ green 32 ◦ blue 77

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

Shades of Paua #23204D

Tints of Paua #23204D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 53.47%

R = 24.31%
G = 22.22%
B = 53.47%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#23204D (or 0x23204D) is known color: Paua. HEX triplet: 23, 20 and 4D. RGB value is (35,32,77). Sum of RGB (Red+Green+Blue) = 35+32+77=144 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.31% from 144); Green value is 32 (12.89% from 255 or 22.22% from 144); Blue value is 77 (30.47% from 255 or 53.47% from 144); Max value from RGB is 77 - color contains mainly: blue. Hex color #23204D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23204D is #DCDFB2. Grayscale: #252525. Windows color (decimal): -14475187 or 5054499. OLE color: 5054499.

HSL color Cylindrical-coordinate representation of color #23204D: hue angle of 244º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #23204D is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 35 32 77 -
CMYK 0.55 0.58 0 0.70
HSL 244º 0.41% 0.21% -
HSV(B) 244º 0.58% 0.3% -
XYZ 2.55 1.93 7.26 -
YUV 38.03 149.99 125.84 -
System Red Green Blue C M Y K H S L
Decimal 35 32 77 0.55 0.58 0 0.70 244 0.41 0.21
Hex 23 20 4D 37 3A 0 46 F4 29 15
Octal 43 40 115 67 72 0 106 364 51 25
Binary 100011 100000 1001101 110111 111010 0 1000110 11110100 101001 10101

Color Harmonies of #23204D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23204D

Black with #23204D

Text Example


Text Example

White with #23204D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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