Html Css Color HEX #231652 Paua

📋 copy color: '#231652'

red 35 ◦ green 22 ◦ blue 82

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

Shades of Paua #231652

Tints of Paua #231652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 58.99%

R = 25.18%
G = 15.83%
B = 58.99%

CMYK

 C value IS 0.57

 M value IS 0.73

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#231652 (or 0x231652) is known color: Paua. HEX triplet: 23, 16 and 52. RGB value is (35,22,82). Sum of RGB (Red+Green+Blue) = 35+22+82=139 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.18% from 139); Green value is 22 (8.98% from 255 or 15.83% from 139); Blue value is 82 (32.42% from 255 or 58.99% from 139); Max value from RGB is 82 - color contains mainly: blue. Hex color #231652 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231652 is #DCE9AD. Grayscale: #202020. Windows color (decimal): -14477742 or 5379619. OLE color: 5379619.

HSL color Cylindrical-coordinate representation of color #231652: hue angle of 253º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #231652 is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 35 22 82 -
CMYK 0.57 0.73 0 0.68
HSL 253º 0.58% 0.2% -
HSV(B) 253º 0.73% 0.32% -
XYZ 2.5 1.54 8.15 -
YUV 32.73 155.81 129.62 -
System Red Green Blue C M Y K H S L
Decimal 35 22 82 0.57 0.73 0 0.68 253 0.58 0.2
Hex 23 16 52 39 49 0 44 FD 3A 14
Octal 43 26 122 71 111 0 104 375 72 24
Binary 100011 10110 1010010 111001 1001001 0 1000100 11111101 111010 10100

Color Harmonies of #231652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231652

Black with #231652

Text Example


Text Example

White with #231652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231652; }

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

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

background-color css

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

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

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

border-color css

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

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

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