Html Css Color HEX #23165A Paua

📋 copy color: '#23165A'

red 35 ◦ green 22 ◦ blue 90

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

Shades of Paua #23165A

Tints of Paua #23165A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.97%

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

R = 23.81%
G = 14.97%
B = 61.22%

CMYK

 C value IS 0.61

 M value IS 0.76

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#23165A (or 0x23165A) is known color: Paua. HEX triplet: 23, 16 and 5A. RGB value is (35,22,90). Sum of RGB (Red+Green+Blue) = 35+22+90=147 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.81% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 90 (35.55% from 255 or 61.22% from 147); Max value from RGB is 90 - color contains mainly: blue. Hex color #23165A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23165A is #DCE9A5. Grayscale: #212121. Windows color (decimal): -14477734 or 5903907. OLE color: 5903907.

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

Color convert

RGB 35 22 90 -
CMYK 0.61 0.76 0 0.65
HSL 251.47º 0.61% 0.22% -
HSV(B) 251.47º 0.76% 0.35% -
XYZ 2.83 1.67 9.85 -
YUV 33.64 159.81 128.97 -
System Red Green Blue C M Y K H S L
Decimal 35 22 90 0.61 0.76 0 0.65 251.47 0.61 0.22
Hex 23 16 5A 3D 4C 0 41 FB 3D 16
Octal 43 26 132 75 114 0 101 373 75 26
Binary 100011 10110 1011010 111101 1001100 0 1000001 11111011 111101 10110

Color Harmonies of #23165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23165A

Black with #23165A

Text Example


Text Example

White with #23165A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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