Html Css Color HEX #23194C Paua

📋 copy color: '#23194C'

red 35 ◦ green 25 ◦ blue 76

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

Shades of Paua #23194C

Tints of Paua #23194C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.38%

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

R = 25.74%
G = 18.38%
B = 55.88%

CMYK

 C value IS 0.54

 M value IS 0.67

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#23194C (or 0x23194C) is known color: Paua. HEX triplet: 23, 19 and 4C. RGB value is (35,25,76). Sum of RGB (Red+Green+Blue) = 35+25+76=136 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.74% from 136); Green value is 25 (10.16% from 255 or 18.38% from 136); Blue value is 76 (30.08% from 255 or 55.88% from 136); Max value from RGB is 76 - color contains mainly: blue. Hex color #23194C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23194C is #DCE6B3. Grayscale: #212121. Windows color (decimal): -14476980 or 4987171. OLE color: 4987171.

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

Color convert

RGB 35 25 76 -
CMYK 0.54 0.67 0 0.70
HSL 251.76º 0.5% 0.2% -
HSV(B) 251.76º 0.67% 0.3% -
XYZ 2.35 1.57 7.02 -
YUV 33.8 151.81 128.85 -
System Red Green Blue C M Y K H S L
Decimal 35 25 76 0.54 0.67 0 0.70 251.76 0.5 0.2
Hex 23 19 4C 36 43 0 46 FC 32 14
Octal 43 31 114 66 103 0 106 374 62 24
Binary 100011 11001 1001100 110110 1000011 0 1000110 11111100 110010 10100

Color Harmonies of #23194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23194C

Black with #23194C

Text Example


Text Example

White with #23194C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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