Html Css Color HEX #23175E Paua

📋 copy color: '#23175E'

red 35 ◦ green 23 ◦ blue 94

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

Shades of Paua #23175E

Tints of Paua #23175E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.13%

 BLUE value IS 94 (37.11% from 255) = 61.84%

R = 23.03%
G = 15.13%
B = 61.84%

CMYK

 C value IS 0.63

 M value IS 0.76

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#23175E (or 0x23175E) is known color: Paua. HEX triplet: 23, 17 and 5E. RGB value is (35,23,94). Sum of RGB (Red+Green+Blue) = 35+23+94=152 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.03% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 94 (37.11% from 255 or 61.84% from 152); Max value from RGB is 94 - color contains mainly: blue. Hex color #23175E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23175E is #DCE8A1. Grayscale: #222222. Windows color (decimal): -14477474 or 6166307. OLE color: 6166307.

HSL color Cylindrical-coordinate representation of color #23175E: hue angle of 250.14º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #23175E is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 35 23 94 -
CMYK 0.63 0.76 0 0.63
HSL 250.14º 0.61% 0.23% -
HSV(B) 250.14º 0.76% 0.37% -
XYZ 3.02 1.78 10.77 -
YUV 34.68 161.48 128.23 -
System Red Green Blue C M Y K H S L
Decimal 35 23 94 0.63 0.76 0 0.63 250.14 0.61 0.23
Hex 23 17 5E 3F 4C 0 3F FA 3D 17
Octal 43 27 136 77 114 0 77 372 75 27
Binary 100011 10111 1011110 111111 1001100 0 111111 11111010 111101 10111

Color Harmonies of #23175E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23175E

Black with #23175E

Text Example


Text Example

White with #23175E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23175E; }

 p { color: rgb(35,23,94); }

 H1.HeaderClassName
 {
   color: #23175E;
 }
 .AnyTagClassName
 {
   color: #23175E;
 }
</style>

background-color css

<style>
 a { background-color: #23175E; }

 a { background-color: rgb(35,23,94); }

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

border-color css

<style>
 span { border-color: #23175E; }

 span { border-color: rgb(35,23,94); }

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