Html Css Color HEX #23224D Paua

📋 copy color: '#23224D'

red 35 ◦ green 34 ◦ blue 77

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

Shades of Paua #23224D

Tints of Paua #23224D

RGB

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

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

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

R = 23.97%
G = 23.29%
B = 52.74%

CMYK

 C value IS 0.55

 M value IS 0.56

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#23224D (or 0x23224D) is known color: Paua. HEX triplet: 23, 22 and 4D. RGB value is (35,34,77). Sum of RGB (Red+Green+Blue) = 35+34+77=146 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.97% from 146); Green value is 34 (13.67% from 255 or 23.29% from 146); Blue value is 77 (30.47% from 255 or 52.74% from 146); Max value from RGB is 77 - color contains mainly: blue. Hex color #23224D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23224D is #DCDDB2. Grayscale: #272727. Windows color (decimal): -14474675 or 5055011. OLE color: 5055011.

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

Color convert

RGB 35 34 77 -
CMYK 0.55 0.56 0 0.70
HSL 241.4º 0.39% 0.22% -
HSV(B) 241.4º 0.56% 0.3% -
XYZ 2.6 2.04 7.28 -
YUV 39.2 149.33 125 -
System Red Green Blue C M Y K H S L
Decimal 35 34 77 0.55 0.56 0 0.70 241.4 0.39 0.22
Hex 23 22 4D 37 38 0 46 F1 27 16
Octal 43 42 115 67 70 0 106 361 47 26
Binary 100011 100010 1001101 110111 111000 0 1000110 11110001 100111 10110

Color Harmonies of #23224D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23224D

Black with #23224D

Text Example


Text Example

White with #23224D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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