Html Css Color HEX #23155C Paua

📋 copy color: '#23155C'

red 35 ◦ green 21 ◦ blue 92

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

Shades of Paua #23155C

Tints of Paua #23155C

RGB

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

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

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

R = 23.65%
G = 14.19%
B = 62.16%

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

#23155C (or 0x23155C) is known color: Paua. HEX triplet: 23, 15 and 5C. RGB value is (35,21,92). Sum of RGB (Red+Green+Blue) = 35+21+92=148 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.65% from 148); Green value is 21 (8.59% from 255 or 14.19% from 148); Blue value is 92 (36.33% from 255 or 62.16% from 148); Max value from RGB is 92 - color contains mainly: blue. Hex color #23155C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23155C is #DCEAA3. Grayscale: #212121. Windows color (decimal): -14477988 or 6034723. OLE color: 6034723.

HSL color Cylindrical-coordinate representation of color #23155C: hue angle of 251.83º degrees, saturation: 0.63, 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 #23155C is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 35 21 92 -
CMYK 0.62 0.77 0 0.64
HSL 251.83º 0.63% 0.22% -
HSV(B) 251.83º 0.77% 0.36% -
XYZ 2.89 1.67 10.29 -
YUV 33.28 161.14 129.23 -
System Red Green Blue C M Y K H S L
Decimal 35 21 92 0.62 0.77 0 0.64 251.83 0.63 0.22
Hex 23 15 5C 3E 4D 0 40 FC 3F 16
Octal 43 25 134 76 115 0 100 374 77 26
Binary 100011 10101 1011100 111110 1001101 0 1000000 11111100 111111 10110

Color Harmonies of #23155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23155C

Black with #23155C

Text Example


Text Example

White with #23155C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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