Html Css Color HEX #232159 Paua

📋 copy color: '#232159'

red 35 ◦ green 33 ◦ blue 89

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

Shades of Paua #232159

Tints of Paua #232159

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.02%

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

R = 22.29%
G = 21.02%
B = 56.69%

CMYK

 C value IS 0.61

 M value IS 0.63

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#232159 (or 0x232159) is known color: Paua. HEX triplet: 23, 21 and 59. RGB value is (35,33,89). Sum of RGB (Red+Green+Blue) = 35+33+89=157 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.29% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 89 (35.16% from 255 or 56.69% from 157); Max value from RGB is 89 - color contains mainly: blue. Hex color #232159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232159 is #DCDEA6. Grayscale: #272727. Windows color (decimal): -14474919 or 5841187. OLE color: 5841187.

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

Color convert

RGB 35 33 89 -
CMYK 0.61 0.63 0 0.65
HSL 242.14º 0.46% 0.24% -
HSV(B) 242.14º 0.63% 0.35% -
XYZ 3.04 2.17 9.71 -
YUV 39.98 155.66 124.45 -
System Red Green Blue C M Y K H S L
Decimal 35 33 89 0.61 0.63 0 0.65 242.14 0.46 0.24
Hex 23 21 59 3D 3F 0 41 F2 2E 18
Octal 43 41 131 75 77 0 101 362 56 30
Binary 100011 100001 1011001 111101 111111 0 1000001 11110010 101110 11000

Color Harmonies of #232159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232159

Black with #232159

Text Example


Text Example

White with #232159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232159; }

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

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

background-color css

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

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

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

border-color css

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

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

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