Html Css Color HEX #23224A Paua

📋 copy color: '#23224A'

red 35 ◦ green 34 ◦ blue 74

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

Shades of Paua #23224A

Tints of Paua #23224A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 23.78%

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

R = 24.48%
G = 23.78%
B = 51.75%

CMYK

 C value IS 0.53

 M value IS 0.54

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#23224A (or 0x23224A) is known color: Paua. HEX triplet: 23, 22 and 4A. RGB value is (35,34,74). Sum of RGB (Red+Green+Blue) = 35+34+74=143 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.48% from 143); Green value is 34 (13.67% from 255 or 23.78% from 143); Blue value is 74 (29.30% from 255 or 51.75% from 143); Max value from RGB is 74 - color contains mainly: blue. Hex color #23224A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23224A is #DCDDB5. Grayscale: #262626. Windows color (decimal): -14474678 or 4858403. OLE color: 4858403.

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

Color convert

RGB 35 34 74 -
CMYK 0.53 0.54 0 0.71
HSL 241.5º 0.37% 0.21% -
HSV(B) 241.5º 0.54% 0.29% -
XYZ 2.5 2 6.73 -
YUV 38.86 147.83 125.25 -
System Red Green Blue C M Y K H S L
Decimal 35 34 74 0.53 0.54 0 0.71 241.5 0.37 0.21
Hex 23 22 4A 35 36 0 47 F2 25 15
Octal 43 42 112 65 66 0 107 362 45 25
Binary 100011 100010 1001010 110101 110110 0 1000111 11110010 100101 10101

Color Harmonies of #23224A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23224A

Black with #23224A

Text Example


Text Example

White with #23224A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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