Html Css Color HEX #231650 Paua

📋 copy color: '#231650'

red 35 ◦ green 22 ◦ blue 80

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

Shades of Paua #231650

Tints of Paua #231650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 58.39%

R = 25.55%
G = 16.06%
B = 58.39%

CMYK

 C value IS 0.56

 M value IS 0.72

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#231650 (or 0x231650) is known color: Paua. HEX triplet: 23, 16 and 50. RGB value is (35,22,80). Sum of RGB (Red+Green+Blue) = 35+22+80=137 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.55% from 137); Green value is 22 (8.98% from 255 or 16.06% from 137); Blue value is 80 (31.64% from 255 or 58.39% from 137); Max value from RGB is 80 - color contains mainly: blue. Hex color #231650 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231650 is #DCE9AF. Grayscale: #202020. Windows color (decimal): -14477744 or 5248547. OLE color: 5248547.

HSL color Cylindrical-coordinate representation of color #231650: hue angle of 253.45º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #231650 is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 35 22 80 -
CMYK 0.56 0.72 0 0.69
HSL 253.45º 0.57% 0.2% -
HSV(B) 253.45º 0.73% 0.31% -
XYZ 2.43 1.51 7.75 -
YUV 32.5 154.81 129.78 -
System Red Green Blue C M Y K H S L
Decimal 35 22 80 0.56 0.72 0 0.69 253.45 0.57 0.2
Hex 23 16 50 38 48 0 45 FD 39 14
Octal 43 26 120 70 110 0 105 375 71 24
Binary 100011 10110 1010000 111000 1001000 0 1000101 11111101 111001 10100

Color Harmonies of #231650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231650

Black with #231650

Text Example


Text Example

White with #231650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231650; }

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

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

background-color css

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

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

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

border-color css

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

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

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