Html Css Color HEX #23204F Paua

📋 copy color: '#23204F'

red 35 ◦ green 32 ◦ blue 79

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

Shades of Paua #23204F

Tints of Paua #23204F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 54.11%

R = 23.97%
G = 21.92%
B = 54.11%

CMYK

 C value IS 0.56

 M value IS 0.59

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#23204F (or 0x23204F) is known color: Paua. HEX triplet: 23, 20 and 4F. RGB value is (35,32,79). Sum of RGB (Red+Green+Blue) = 35+32+79=146 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.97% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 79 (31.25% from 255 or 54.11% from 146); Max value from RGB is 79 - color contains mainly: blue. Hex color #23204F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23204F is #DCDFB0. Grayscale: #262626. Windows color (decimal): -14475185 or 5185571. OLE color: 5185571.

HSL color Cylindrical-coordinate representation of color #23204F: hue angle of 243.83º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #23204F is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 35 32 79 -
CMYK 0.56 0.59 0 0.69
HSL 243.83º 0.42% 0.22% -
HSV(B) 243.83º 0.59% 0.31% -
XYZ 2.62 1.95 7.64 -
YUV 38.26 150.99 125.68 -
System Red Green Blue C M Y K H S L
Decimal 35 32 79 0.56 0.59 0 0.69 243.83 0.42 0.22
Hex 23 20 4F 38 3B 0 45 F4 2A 16
Octal 43 40 117 70 73 0 105 364 52 26
Binary 100011 100000 1001111 111000 111011 0 1000101 11110100 101010 10110

Color Harmonies of #23204F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23204F

Black with #23204F

Text Example


Text Example

White with #23204F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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