Html Css Color HEX #23194D Paua

📋 copy color: '#23194D'

red 35 ◦ green 25 ◦ blue 77

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

Shades of Paua #23194D

Tints of Paua #23194D

RGB

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

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

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

R = 25.55%
G = 18.25%
B = 56.2%

CMYK

 C value IS 0.55

 M value IS 0.68

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#23194D (or 0x23194D) is known color: Paua. HEX triplet: 23, 19 and 4D. RGB value is (35,25,77). Sum of RGB (Red+Green+Blue) = 35+25+77=137 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.55% from 137); Green value is 25 (10.16% from 255 or 18.25% from 137); Blue value is 77 (30.47% from 255 or 56.20% from 137); Max value from RGB is 77 - color contains mainly: blue. Hex color #23194D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23194D is #DCE6B2. Grayscale: #212121. Windows color (decimal): -14476979 or 5052707. OLE color: 5052707.

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

Color convert

RGB 35 25 77 -
CMYK 0.55 0.68 0 0.70
HSL 251.54º 0.51% 0.2% -
HSV(B) 251.54º 0.68% 0.3% -
XYZ 2.38 1.59 7.2 -
YUV 33.92 152.31 128.77 -
System Red Green Blue C M Y K H S L
Decimal 35 25 77 0.55 0.68 0 0.70 251.54 0.51 0.2
Hex 23 19 4D 37 44 0 46 FC 33 14
Octal 43 31 115 67 104 0 106 374 63 24
Binary 100011 11001 1001101 110111 1000100 0 1000110 11111100 110011 10100

Color Harmonies of #23194D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23194D

Black with #23194D

Text Example


Text Example

White with #23194D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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