Html Css Color HEX #23214A Paua

📋 copy color: '#23214A'

red 35 ◦ green 33 ◦ blue 74

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

Shades of Paua #23214A

Tints of Paua #23214A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.24%

 BLUE value IS 74 (29.3% from 255) = 52.11%

R = 24.65%
G = 23.24%
B = 52.11%

CMYK

 C value IS 0.53

 M value IS 0.55

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#23214A (or 0x23214A) is known color: Paua. HEX triplet: 23, 21 and 4A. RGB value is (35,33,74). Sum of RGB (Red+Green+Blue) = 35+33+74=142 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.65% from 142); Green value is 33 (13.28% from 255 or 23.24% from 142); Blue value is 74 (29.30% from 255 or 52.11% from 142); Max value from RGB is 74 - color contains mainly: blue. Hex color #23214A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23214A is #DCDEB5. Grayscale: #262626. Windows color (decimal): -14474934 or 4858147. OLE color: 4858147.

HSL color Cylindrical-coordinate representation of color #23214A: hue angle of 242.93º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #23214A is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 35 33 74 -
CMYK 0.53 0.55 0 0.71
HSL 242.93º 0.38% 0.21% -
HSV(B) 242.93º 0.55% 0.29% -
XYZ 2.47 1.94 6.72 -
YUV 38.27 148.16 125.67 -
System Red Green Blue C M Y K H S L
Decimal 35 33 74 0.53 0.55 0 0.71 242.93 0.38 0.21
Hex 23 21 4A 35 37 0 47 F3 26 15
Octal 43 41 112 65 67 0 107 363 46 25
Binary 100011 100001 1001010 110101 110111 0 1000111 11110011 100110 10101

Color Harmonies of #23214A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23214A

Black with #23214A

Text Example


Text Example

White with #23214A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,33,74); }

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

background-color css

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

 a { background-color: rgb(35,33,74); }

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

border-color css

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

 span { border-color: rgb(35,33,74); }

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