Html Css Color HEX #231655 Paua

📋 copy color: '#231655'

red 35 ◦ green 22 ◦ blue 85

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

Shades of Paua #231655

Tints of Paua #231655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 59.86%

R = 24.65%
G = 15.49%
B = 59.86%

CMYK

 C value IS 0.59

 M value IS 0.74

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#231655 (or 0x231655) is known color: Paua. HEX triplet: 23, 16 and 55. RGB value is (35,22,85). Sum of RGB (Red+Green+Blue) = 35+22+85=142 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.65% from 142); Green value is 22 (8.98% from 255 or 15.49% from 142); Blue value is 85 (33.59% from 255 or 59.86% from 142); Max value from RGB is 85 - color contains mainly: blue. Hex color #231655 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231655 is #DCE9AA. Grayscale: #202020. Windows color (decimal): -14477739 or 5576227. OLE color: 5576227.

HSL color Cylindrical-coordinate representation of color #231655: hue angle of 252.38º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #231655 is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 35 22 85 -
CMYK 0.59 0.74 0 0.67
HSL 252.38º 0.59% 0.21% -
HSV(B) 252.38º 0.74% 0.33% -
XYZ 2.62 1.59 8.76 -
YUV 33.07 157.31 129.38 -
System Red Green Blue C M Y K H S L
Decimal 35 22 85 0.59 0.74 0 0.67 252.38 0.59 0.21
Hex 23 16 55 3B 4A 0 43 FC 3B 15
Octal 43 26 125 73 112 0 103 374 73 25
Binary 100011 10110 1010101 111011 1001010 0 1000011 11111100 111011 10101

Color Harmonies of #231655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231655

Black with #231655

Text Example


Text Example

White with #231655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231655; }

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

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

background-color css

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

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

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

border-color css

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

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

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