Html Css Color HEX #23155B Paua

📋 copy color: '#23155B'

red 35 ◦ green 21 ◦ blue 91

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

Shades of Paua #23155B

Tints of Paua #23155B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.29%

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

R = 23.81%
G = 14.29%
B = 61.9%

CMYK

 C value IS 0.62

 M value IS 0.77

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#23155B (or 0x23155B) is known color: Paua. HEX triplet: 23, 15 and 5B. RGB value is (35,21,91). Sum of RGB (Red+Green+Blue) = 35+21+91=147 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.81% from 147); Green value is 21 (8.59% from 255 or 14.29% from 147); Blue value is 91 (35.94% from 255 or 61.90% from 147); Max value from RGB is 91 - color contains mainly: blue. Hex color #23155B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23155B is #DCEAA4. Grayscale: #202020. Windows color (decimal): -14477989 or 5969187. OLE color: 5969187.

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

Color convert

RGB 35 21 91 -
CMYK 0.62 0.77 0 0.64
HSL 252º 0.63% 0.22% -
HSV(B) 252º 0.77% 0.36% -
XYZ 2.85 1.65 10.07 -
YUV 33.17 160.64 129.31 -
System Red Green Blue C M Y K H S L
Decimal 35 21 91 0.62 0.77 0 0.64 252 0.63 0.22
Hex 23 15 5B 3E 4D 0 40 FC 3E 16
Octal 43 25 133 76 115 0 100 374 76 26
Binary 100011 10101 1011011 111110 1001101 0 1000000 11111100 111110 10110

Color Harmonies of #23155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23155B

Black with #23155B

Text Example


Text Example

White with #23155B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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