Html Css Color HEX #23214C Paua

📋 copy color: '#23214C'

red 35 ◦ green 33 ◦ blue 76

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

Shades of Paua #23214C

Tints of Paua #23214C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 52.78%

R = 24.31%
G = 22.92%
B = 52.78%

CMYK

 C value IS 0.54

 M value IS 0.57

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#23214C (or 0x23214C) is known color: Paua. HEX triplet: 23, 21 and 4C. RGB value is (35,33,76). Sum of RGB (Red+Green+Blue) = 35+33+76=144 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.31% from 144); Green value is 33 (13.28% from 255 or 22.92% from 144); Blue value is 76 (30.08% from 255 or 52.78% from 144); Max value from RGB is 76 - color contains mainly: blue. Hex color #23214C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23214C is #DCDEB3. Grayscale: #262626. Windows color (decimal): -14474932 or 4989219. OLE color: 4989219.

HSL color Cylindrical-coordinate representation of color #23214C: hue angle of 242.79º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #23214C is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 35 33 76 -
CMYK 0.54 0.57 0 0.70
HSL 242.79º 0.39% 0.21% -
HSV(B) 242.79º 0.57% 0.3% -
XYZ 2.54 1.97 7.08 -
YUV 38.5 149.16 125.5 -
System Red Green Blue C M Y K H S L
Decimal 35 33 76 0.54 0.57 0 0.70 242.79 0.39 0.21
Hex 23 21 4C 36 39 0 46 F3 27 15
Octal 43 41 114 66 71 0 106 363 47 25
Binary 100011 100001 1001100 110110 111001 0 1000110 11110011 100111 10101

Color Harmonies of #23214C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23214C

Black with #23214C

Text Example


Text Example

White with #23214C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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