Html Css Color HEX #23175A Paua

📋 copy color: '#23175A'

red 35 ◦ green 23 ◦ blue 90

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

Shades of Paua #23175A

Tints of Paua #23175A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 60.81%

R = 23.65%
G = 15.54%
B = 60.81%

CMYK

 C value IS 0.61

 M value IS 0.74

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#23175A (or 0x23175A) is known color: Paua. HEX triplet: 23, 17 and 5A. RGB value is (35,23,90). Sum of RGB (Red+Green+Blue) = 35+23+90=148 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.65% from 148); Green value is 23 (9.38% from 255 or 15.54% from 148); Blue value is 90 (35.55% from 255 or 60.81% from 148); Max value from RGB is 90 - color contains mainly: blue. Hex color #23175A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23175A is #DCE8A5. Grayscale: #212121. Windows color (decimal): -14477478 or 5904163. OLE color: 5904163.

HSL color Cylindrical-coordinate representation of color #23175A: hue angle of 250.75º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #23175A is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 35 23 90 -
CMYK 0.61 0.74 0 0.65
HSL 250.75º 0.59% 0.22% -
HSV(B) 250.75º 0.74% 0.35% -
XYZ 2.84 1.71 9.85 -
YUV 34.23 159.48 128.55 -
System Red Green Blue C M Y K H S L
Decimal 35 23 90 0.61 0.74 0 0.65 250.75 0.59 0.22
Hex 23 17 5A 3D 4A 0 41 FB 3B 16
Octal 43 27 132 75 112 0 101 373 73 26
Binary 100011 10111 1011010 111101 1001010 0 1000001 11111011 111011 10110

Color Harmonies of #23175A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23175A

Black with #23175A

Text Example


Text Example

White with #23175A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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