Html Css Color HEX #23185D Paua

📋 copy color: '#23185D'

red 35 ◦ green 24 ◦ blue 93

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

Shades of Paua #23185D

Tints of Paua #23185D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 61.18%

R = 23.03%
G = 15.79%
B = 61.18%

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

#23185D (or 0x23185D) is known color: Paua. HEX triplet: 23, 18 and 5D. RGB value is (35,24,93). Sum of RGB (Red+Green+Blue) = 35+24+93=152 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.03% from 152); Green value is 24 (9.77% from 255 or 15.79% from 152); Blue value is 93 (36.72% from 255 or 61.18% from 152); Max value from RGB is 93 - color contains mainly: blue. Hex color #23185D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23185D is #DCE7A2. Grayscale: #222222. Windows color (decimal): -14477219 or 6101027. OLE color: 6101027.

HSL color Cylindrical-coordinate representation of color #23185D: hue angle of 249.57º degrees, saturation: 0.59, 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 #23185D is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 35 24 93 -
CMYK 0.62 0.74 0 0.64
HSL 249.57º 0.59% 0.23% -
HSV(B) 249.57º 0.74% 0.36% -
XYZ 3 1.8 10.55 -
YUV 35.16 160.64 127.89 -
System Red Green Blue C M Y K H S L
Decimal 35 24 93 0.62 0.74 0 0.64 249.57 0.59 0.23
Hex 23 18 5D 3E 4A 0 40 FA 3B 17
Octal 43 30 135 76 112 0 100 372 73 27
Binary 100011 11000 1011101 111110 1001010 0 1000000 11111010 111011 10111

Color Harmonies of #23185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23185D

Black with #23185D

Text Example


Text Example

White with #23185D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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