Html Css Color HEX #23165E Paua

📋 copy color: '#23165E'

red 35 ◦ green 22 ◦ blue 94

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

Shades of Paua #23165E

Tints of Paua #23165E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 62.25%

R = 23.18%
G = 14.57%
B = 62.25%

CMYK

 C value IS 0.63

 M value IS 0.77

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#23165E (or 0x23165E) is known color: Paua. HEX triplet: 23, 16 and 5E. RGB value is (35,22,94). Sum of RGB (Red+Green+Blue) = 35+22+94=151 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.18% from 151); Green value is 22 (8.98% from 255 or 14.57% from 151); Blue value is 94 (37.11% from 255 or 62.25% from 151); Max value from RGB is 94 - color contains mainly: blue. Hex color #23165E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23165E is #DCE9A1. Grayscale: #212121. Windows color (decimal): -14477730 or 6166051. OLE color: 6166051.

HSL color Cylindrical-coordinate representation of color #23165E: hue angle of 250.83º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #23165E is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 35 22 94 -
CMYK 0.63 0.77 0 0.63
HSL 250.83º 0.62% 0.23% -
HSV(B) 250.83º 0.77% 0.37% -
XYZ 3 1.74 10.77 -
YUV 34.1 161.81 128.65 -
System Red Green Blue C M Y K H S L
Decimal 35 22 94 0.63 0.77 0 0.63 250.83 0.62 0.23
Hex 23 16 5E 3F 4D 0 3F FB 3E 17
Octal 43 26 136 77 115 0 77 373 76 27
Binary 100011 10110 1011110 111111 1001101 0 111111 11111011 111110 10111

Color Harmonies of #23165E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23165E

Black with #23165E

Text Example


Text Example

White with #23165E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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