Html Css Color HEX #23115C Paua

📋 copy color: '#23115C'

red 35 ◦ green 17 ◦ blue 92

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

Shades of Paua #23115C

Tints of Paua #23115C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.81%

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

R = 24.31%
G = 11.81%
B = 63.89%

CMYK

 C value IS 0.62

 M value IS 0.82

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#23115C (or 0x23115C) is known color: Paua. HEX triplet: 23, 11 and 5C. RGB value is (35,17,92). Sum of RGB (Red+Green+Blue) = 35+17+92=144 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.31% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 92 (36.33% from 255 or 63.89% from 144); Max value from RGB is 92 - color contains mainly: blue. Hex color #23115C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23115C is #DCEEA3. Grayscale: #1E1E1E. Windows color (decimal): -14479012 or 6033699. OLE color: 6033699.

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

Color convert

RGB 35 17 92 -
CMYK 0.62 0.82 0 0.64
HSL 254.4º 0.69% 0.21% -
HSV(B) 254.4º 0.82% 0.36% -
XYZ 2.83 1.53 10.27 -
YUV 30.93 162.46 130.9 -
System Red Green Blue C M Y K H S L
Decimal 35 17 92 0.62 0.82 0 0.64 254.4 0.69 0.21
Hex 23 11 5C 3E 52 0 40 FE 45 15
Octal 43 21 134 76 122 0 100 376 105 25
Binary 100011 10001 1011100 111110 1010010 0 1000000 11111110 1000101 10101

Color Harmonies of #23115C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23115C

Black with #23115C

Text Example


Text Example

White with #23115C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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