Html Css Color HEX #23135C Paua

📋 copy color: '#23135C'

red 35 ◦ green 19 ◦ blue 92

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

Shades of Paua #23135C

Tints of Paua #23135C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.01%

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

R = 23.97%
G = 13.01%
B = 63.01%

CMYK

 C value IS 0.62

 M value IS 0.79

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#23135C (or 0x23135C) is known color: Paua. HEX triplet: 23, 13 and 5C. RGB value is (35,19,92). Sum of RGB (Red+Green+Blue) = 35+19+92=146 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.97% from 146); Green value is 19 (7.81% from 255 or 13.01% from 146); Blue value is 92 (36.33% from 255 or 63.01% from 146); Max value from RGB is 92 - color contains mainly: blue. Hex color #23135C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23135C is #DCECA3. Grayscale: #1F1F1F. Windows color (decimal): -14478500 or 6034211. OLE color: 6034211.

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

Color convert

RGB 35 19 92 -
CMYK 0.62 0.79 0 0.64
HSL 253.15º 0.66% 0.22% -
HSV(B) 253.15º 0.79% 0.36% -
XYZ 2.86 1.6 10.28 -
YUV 32.11 161.8 130.06 -
System Red Green Blue C M Y K H S L
Decimal 35 19 92 0.62 0.79 0 0.64 253.15 0.66 0.22
Hex 23 13 5C 3E 4F 0 40 FD 42 16
Octal 43 23 134 76 117 0 100 375 102 26
Binary 100011 10011 1011100 111110 1001111 0 1000000 11111101 1000010 10110

Color Harmonies of #23135C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23135C

Black with #23135C

Text Example


Text Example

White with #23135C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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