Html Css Color HEX #23155A Paua

📋 copy color: '#23155A'

red 35 ◦ green 21 ◦ blue 90

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

Shades of Paua #23155A

Tints of Paua #23155A

RGB

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

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

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

R = 23.97%
G = 14.38%
B = 61.64%

CMYK

 C value IS 0.61

 M value IS 0.77

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#23155A (or 0x23155A) is known color: Paua. HEX triplet: 23, 15 and 5A. RGB value is (35,21,90). Sum of RGB (Red+Green+Blue) = 35+21+90=146 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.97% from 146); Green value is 21 (8.59% from 255 or 14.38% from 146); Blue value is 90 (35.55% from 255 or 61.64% from 146); Max value from RGB is 90 - color contains mainly: blue. Hex color #23155A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23155A is #DCEAA5. Grayscale: #202020. Windows color (decimal): -14477990 or 5903651. OLE color: 5903651.

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

Color convert

RGB 35 21 90 -
CMYK 0.61 0.77 0 0.65
HSL 252.17º 0.62% 0.22% -
HSV(B) 252.17º 0.77% 0.35% -
XYZ 2.81 1.63 9.84 -
YUV 33.05 160.14 129.39 -
System Red Green Blue C M Y K H S L
Decimal 35 21 90 0.61 0.77 0 0.65 252.17 0.62 0.22
Hex 23 15 5A 3D 4D 0 41 FC 3E 16
Octal 43 25 132 75 115 0 101 374 76 26
Binary 100011 10101 1011010 111101 1001101 0 1000001 11111100 111110 10110

Color Harmonies of #23155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23155A

Black with #23155A

Text Example


Text Example

White with #23155A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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