Html Css Color HEX #231956 Paua

📋 copy color: '#231956'

red 35 ◦ green 25 ◦ blue 86

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

Shades of Paua #231956

Tints of Paua #231956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 58.9%

R = 23.97%
G = 17.12%
B = 58.9%

CMYK

 C value IS 0.59

 M value IS 0.71

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#231956 (or 0x231956) is known color: Paua. HEX triplet: 23, 19 and 56. RGB value is (35,25,86). Sum of RGB (Red+Green+Blue) = 35+25+86=146 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.97% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 86 (33.98% from 255 or 58.90% from 146); Max value from RGB is 86 - color contains mainly: blue. Hex color #231956 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231956 is #DCE6A9. Grayscale: #222222. Windows color (decimal): -14476970 or 5642531. OLE color: 5642531.

HSL color Cylindrical-coordinate representation of color #231956: hue angle of 249.84º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #231956 is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 35 25 86 -
CMYK 0.59 0.71 0 0.66
HSL 249.84º 0.55% 0.22% -
HSV(B) 249.84º 0.71% 0.34% -
XYZ 2.72 1.72 8.99 -
YUV 34.94 156.81 128.04 -
System Red Green Blue C M Y K H S L
Decimal 35 25 86 0.59 0.71 0 0.66 249.84 0.55 0.22
Hex 23 19 56 3B 47 0 42 FA 37 16
Octal 43 31 126 73 107 0 102 372 67 26
Binary 100011 11001 1010110 111011 1000111 0 1000010 11111010 110111 10110

Color Harmonies of #231956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231956

Black with #231956

Text Example


Text Example

White with #231956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231956; }

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

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

background-color css

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

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

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

border-color css

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

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

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