Html Css Color HEX #23195D Paua

📋 copy color: '#23195D'

red 35 ◦ green 25 ◦ blue 93

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

Shades of Paua #23195D

Tints of Paua #23195D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 60.78%

R = 22.88%
G = 16.34%
B = 60.78%

CMYK

 C value IS 0.62

 M value IS 0.73

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#23195D (or 0x23195D) is known color: Paua. HEX triplet: 23, 19 and 5D. RGB value is (35,25,93). Sum of RGB (Red+Green+Blue) = 35+25+93=153 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.88% from 153); Green value is 25 (10.16% from 255 or 16.34% from 153); Blue value is 93 (36.72% from 255 or 60.78% from 153); Max value from RGB is 93 - color contains mainly: blue. Hex color #23195D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23195D is #DCE6A2. Grayscale: #232323. Windows color (decimal): -14476963 or 6101283. OLE color: 6101283.

HSL color Cylindrical-coordinate representation of color #23195D: hue angle of 248.82º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #23195D is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 35 25 93 -
CMYK 0.62 0.73 0 0.64
HSL 248.82º 0.58% 0.23% -
HSV(B) 248.82º 0.73% 0.36% -
XYZ 3.02 1.84 10.55 -
YUV 35.74 160.31 127.47 -
System Red Green Blue C M Y K H S L
Decimal 35 25 93 0.62 0.73 0 0.64 248.82 0.58 0.23
Hex 23 19 5D 3E 49 0 40 F9 3A 17
Octal 43 31 135 76 111 0 100 371 72 27
Binary 100011 11001 1011101 111110 1001001 0 1000000 11111001 111010 10111

Color Harmonies of #23195D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23195D

Black with #23195D

Text Example


Text Example

White with #23195D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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