Html Css Color HEX #231952 Paua

📋 copy color: '#231952'

red 35 ◦ green 25 ◦ blue 82

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

Shades of Paua #231952

Tints of Paua #231952

RGB

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

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

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

R = 24.65%
G = 17.61%
B = 57.75%

CMYK

 C value IS 0.57

 M value IS 0.70

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#231952 (or 0x231952) is known color: Paua. HEX triplet: 23, 19 and 52. RGB value is (35,25,82). Sum of RGB (Red+Green+Blue) = 35+25+82=142 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.65% from 142); Green value is 25 (10.16% from 255 or 17.61% from 142); Blue value is 82 (32.42% from 255 or 57.75% from 142); Max value from RGB is 82 - color contains mainly: blue. Hex color #231952 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231952 is #DCE6AD. Grayscale: #222222. Windows color (decimal): -14476974 or 5380387. OLE color: 5380387.

HSL color Cylindrical-coordinate representation of color #231952: hue angle of 250.53º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #231952 is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 35 25 82 -
CMYK 0.57 0.70 0 0.68
HSL 250.53º 0.53% 0.21% -
HSV(B) 250.53º 0.7% 0.32% -
XYZ 2.56 1.66 8.17 -
YUV 34.49 154.81 128.37 -
System Red Green Blue C M Y K H S L
Decimal 35 25 82 0.57 0.70 0 0.68 250.53 0.53 0.21
Hex 23 19 52 39 46 0 44 FB 35 15
Octal 43 31 122 71 106 0 104 373 65 25
Binary 100011 11001 1010010 111001 1000110 0 1000100 11111011 110101 10101

Color Harmonies of #231952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231952

Black with #231952

Text Example


Text Example

White with #231952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231952; }

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

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

background-color css

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

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

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

border-color css

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

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

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