Html Css Color HEX #231553 Paua

📋 copy color: '#231553'

red 35 ◦ green 21 ◦ blue 83

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

Shades of Paua #231553

Tints of Paua #231553

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.11%

 BLUE value IS 83 (32.81% from 255) = 59.71%

R = 25.18%
G = 15.11%
B = 59.71%

CMYK

 C value IS 0.58

 M value IS 0.75

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#231553 (or 0x231553) is known color: Paua. HEX triplet: 23, 15 and 53. RGB value is (35,21,83). Sum of RGB (Red+Green+Blue) = 35+21+83=139 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.18% from 139); Green value is 21 (8.59% from 255 or 15.11% from 139); Blue value is 83 (32.81% from 255 or 59.71% from 139); Max value from RGB is 83 - color contains mainly: blue. Hex color #231553 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231553 is #DCEAAC. Grayscale: #202020. Windows color (decimal): -14477997 or 5444899. OLE color: 5444899.

HSL color Cylindrical-coordinate representation of color #231553: hue angle of 253.55º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #231553 is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 35 21 83 -
CMYK 0.58 0.75 0 0.67
HSL 253.55º 0.6% 0.2% -
HSV(B) 253.55º 0.75% 0.33% -
XYZ 2.52 1.52 8.34 -
YUV 32.25 156.64 129.96 -
System Red Green Blue C M Y K H S L
Decimal 35 21 83 0.58 0.75 0 0.67 253.55 0.6 0.2
Hex 23 15 53 3A 4B 0 43 FE 3C 14
Octal 43 25 123 72 113 0 103 376 74 24
Binary 100011 10101 1010011 111010 1001011 0 1000011 11111110 111100 10100

Color Harmonies of #231553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231553

Black with #231553

Text Example


Text Example

White with #231553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231553; }

 p { color: rgb(35,21,83); }

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

background-color css

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

 a { background-color: rgb(35,21,83); }

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

border-color css

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

 span { border-color: rgb(35,21,83); }

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