Html Css Color HEX #231759 Paua

📋 copy color: '#231759'

red 35 ◦ green 23 ◦ blue 89

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

Shades of Paua #231759

Tints of Paua #231759

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.65%

 BLUE value IS 89 (35.16% from 255) = 60.54%

R = 23.81%
G = 15.65%
B = 60.54%

CMYK

 C value IS 0.61

 M value IS 0.74

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#231759 (or 0x231759) is known color: Paua. HEX triplet: 23, 17 and 59. RGB value is (35,23,89). Sum of RGB (Red+Green+Blue) = 35+23+89=147 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.81% from 147); Green value is 23 (9.38% from 255 or 15.65% from 147); Blue value is 89 (35.16% from 255 or 60.54% from 147); Max value from RGB is 89 - color contains mainly: blue. Hex color #231759 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231759 is #DCE8A6. Grayscale: #212121. Windows color (decimal): -14477479 or 5838627. OLE color: 5838627.

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

Color convert

RGB 35 23 89 -
CMYK 0.61 0.74 0 0.65
HSL 250.91º 0.59% 0.22% -
HSV(B) 250.91º 0.74% 0.35% -
XYZ 2.8 1.69 9.63 -
YUV 34.11 158.98 128.63 -
System Red Green Blue C M Y K H S L
Decimal 35 23 89 0.61 0.74 0 0.65 250.91 0.59 0.22
Hex 23 17 59 3D 4A 0 41 FB 3B 16
Octal 43 27 131 75 112 0 101 373 73 26
Binary 100011 10111 1011001 111101 1001010 0 1000001 11111011 111011 10110

Color Harmonies of #231759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231759

Black with #231759

Text Example


Text Example

White with #231759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231759; }

 p { color: rgb(35,23,89); }

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

background-color css

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

 a { background-color: rgb(35,23,89); }

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

border-color css

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

 span { border-color: rgb(35,23,89); }

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