Html Css Color HEX #231859 Paua

📋 copy color: '#231859'

red 35 ◦ green 24 ◦ blue 89

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

Shades of Paua #231859

Tints of Paua #231859

RGB

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

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

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

R = 23.65%
G = 16.22%
B = 60.14%

CMYK

 C value IS 0.61

 M value IS 0.73

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#231859 (or 0x231859) is known color: Paua. HEX triplet: 23, 18 and 59. RGB value is (35,24,89). Sum of RGB (Red+Green+Blue) = 35+24+89=148 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.65% from 148); Green value is 24 (9.77% from 255 or 16.22% from 148); Blue value is 89 (35.16% from 255 or 60.14% from 148); Max value from RGB is 89 - color contains mainly: blue. Hex color #231859 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231859 is #DCE7A6. Grayscale: #222222. Windows color (decimal): -14477223 or 5838883. OLE color: 5838883.

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

Color convert

RGB 35 24 89 -
CMYK 0.61 0.73 0 0.65
HSL 250.15º 0.58% 0.22% -
HSV(B) 250.15º 0.73% 0.35% -
XYZ 2.82 1.73 9.64 -
YUV 34.7 158.64 128.21 -
System Red Green Blue C M Y K H S L
Decimal 35 24 89 0.61 0.73 0 0.65 250.15 0.58 0.22
Hex 23 18 59 3D 49 0 41 FA 3A 16
Octal 43 30 131 75 111 0 101 372 72 26
Binary 100011 11000 1011001 111101 1001001 0 1000001 11111010 111010 10110

Color Harmonies of #231859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231859

Black with #231859

Text Example


Text Example

White with #231859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231859; }

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

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

background-color css

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

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

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

border-color css

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

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

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