Html Css Color HEX #23175B Paua

📋 copy color: '#23175B'

red 35 ◦ green 23 ◦ blue 91

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

Shades of Paua #23175B

Tints of Paua #23175B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 61.07%

R = 23.49%
G = 15.44%
B = 61.07%

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

#23175B (or 0x23175B) is known color: Paua. HEX triplet: 23, 17 and 5B. RGB value is (35,23,91). Sum of RGB (Red+Green+Blue) = 35+23+91=149 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.49% from 149); Green value is 23 (9.38% from 255 or 15.44% from 149); Blue value is 91 (35.94% from 255 or 61.07% from 149); Max value from RGB is 91 - color contains mainly: blue. Hex color #23175B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23175B is #DCE8A4. Grayscale: #222222. Windows color (decimal): -14477477 or 5969699. OLE color: 5969699.

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

Color convert

RGB 35 23 91 -
CMYK 0.62 0.75 0 0.64
HSL 250.59º 0.6% 0.22% -
HSV(B) 250.59º 0.75% 0.36% -
XYZ 2.89 1.73 10.08 -
YUV 34.34 159.98 128.47 -
System Red Green Blue C M Y K H S L
Decimal 35 23 91 0.62 0.75 0 0.64 250.59 0.6 0.22
Hex 23 17 5B 3E 4B 0 40 FB 3C 16
Octal 43 27 133 76 113 0 100 373 74 26
Binary 100011 10111 1011011 111110 1001011 0 1000000 11111011 111100 10110

Color Harmonies of #23175B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23175B

Black with #23175B

Text Example


Text Example

White with #23175B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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