Html Css Color HEX #23175C Paua

📋 copy color: '#23175C'

red 35 ◦ green 23 ◦ blue 92

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

Shades of Paua #23175C

Tints of Paua #23175C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 61.33%

R = 23.33%
G = 15.33%
B = 61.33%

CMYK

 C value IS 0.62

 M value IS 0.75

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#23175C (or 0x23175C) is known color: Paua. HEX triplet: 23, 17 and 5C. RGB value is (35,23,92). Sum of RGB (Red+Green+Blue) = 35+23+92=150 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.33% from 150); Green value is 23 (9.38% from 255 or 15.33% from 150); Blue value is 92 (36.33% from 255 or 61.33% from 150); Max value from RGB is 92 - color contains mainly: blue. Hex color #23175C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23175C is #DCE8A3. Grayscale: #222222. Windows color (decimal): -14477476 or 6035235. OLE color: 6035235.

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

Color convert

RGB 35 23 92 -
CMYK 0.62 0.75 0 0.64
HSL 250.43º 0.6% 0.23% -
HSV(B) 250.43º 0.75% 0.36% -
XYZ 2.93 1.74 10.31 -
YUV 34.45 160.48 128.39 -
System Red Green Blue C M Y K H S L
Decimal 35 23 92 0.62 0.75 0 0.64 250.43 0.6 0.23
Hex 23 17 5C 3E 4B 0 40 FA 3C 17
Octal 43 27 134 76 113 0 100 372 74 27
Binary 100011 10111 1011100 111110 1001011 0 1000000 11111010 111100 10111

Color Harmonies of #23175C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23175C

Black with #23175C

Text Example


Text Example

White with #23175C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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