Html Css Color HEX #231953 Paua

📋 copy color: '#231953'

red 35 ◦ green 25 ◦ blue 83

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

Shades of Paua #231953

Tints of Paua #231953

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.48%

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

R = 24.48%
G = 17.48%
B = 58.04%

CMYK

 C value IS 0.58

 M value IS 0.70

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#231953 (or 0x231953) is known color: Paua. HEX triplet: 23, 19 and 53. RGB value is (35,25,83). Sum of RGB (Red+Green+Blue) = 35+25+83=143 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.48% from 143); Green value is 25 (10.16% from 255 or 17.48% from 143); Blue value is 83 (32.81% from 255 or 58.04% from 143); Max value from RGB is 83 - color contains mainly: blue. Hex color #231953 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231953 is #DCE6AC. Grayscale: #222222. Windows color (decimal): -14476973 or 5445923. OLE color: 5445923.

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

Color convert

RGB 35 25 83 -
CMYK 0.58 0.70 0 0.67
HSL 250.34º 0.54% 0.21% -
HSV(B) 250.34º 0.7% 0.33% -
XYZ 2.6 1.68 8.37 -
YUV 34.6 155.31 128.28 -
System Red Green Blue C M Y K H S L
Decimal 35 25 83 0.58 0.70 0 0.67 250.34 0.54 0.21
Hex 23 19 53 3A 46 0 43 FA 36 15
Octal 43 31 123 72 106 0 103 372 66 25
Binary 100011 11001 1010011 111010 1000110 0 1000011 11111010 110110 10101

Color Harmonies of #231953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231953

Black with #231953

Text Example


Text Example

White with #231953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231953; }

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

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

background-color css

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

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

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

border-color css

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

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

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