Html Css Color HEX #23185B Paua

📋 copy color: '#23185B'

red 35 ◦ green 24 ◦ blue 91

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

Shades of Paua #23185B

Tints of Paua #23185B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16%

 BLUE value IS 91 (35.94% from 255) = 60.67%

R = 23.33%
G = 16%
B = 60.67%

CMYK

 C value IS 0.62

 M value IS 0.74

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#23185B (or 0x23185B) is known color: Paua. HEX triplet: 23, 18 and 5B. RGB value is (35,24,91). Sum of RGB (Red+Green+Blue) = 35+24+91=150 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.33% from 150); Green value is 24 (9.77% from 255 or 16% from 150); Blue value is 91 (35.94% from 255 or 60.67% from 150); Max value from RGB is 91 - color contains mainly: blue. Hex color #23185B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23185B is #DCE7A4. Grayscale: #222222. Windows color (decimal): -14477221 or 5969955. OLE color: 5969955.

HSL color Cylindrical-coordinate representation of color #23185B: hue angle of 249.85º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #23185B is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 35 24 91 -
CMYK 0.62 0.74 0 0.64
HSL 249.85º 0.58% 0.23% -
HSV(B) 249.85º 0.74% 0.36% -
XYZ 2.91 1.77 10.09 -
YUV 34.93 159.64 128.05 -
System Red Green Blue C M Y K H S L
Decimal 35 24 91 0.62 0.74 0 0.64 249.85 0.58 0.23
Hex 23 18 5B 3E 4A 0 40 FA 3A 17
Octal 43 30 133 76 112 0 100 372 72 27
Binary 100011 11000 1011011 111110 1001010 0 1000000 11111010 111010 10111

Color Harmonies of #23185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23185B

Black with #23185B

Text Example


Text Example

White with #23185B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23185B; }

 p { color: rgb(35,24,91); }

 H1.HeaderClassName
 {
   color: #23185B;
 }
 .AnyTagClassName
 {
   color: #23185B;
 }
</style>

background-color css

<style>
 a { background-color: #23185B; }

 a { background-color: rgb(35,24,91); }

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

border-color css

<style>
 span { border-color: #23185B; }

 span { border-color: rgb(35,24,91); }

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