Html Css Color HEX #231A56 Paua

📋 copy color: '#231A56'

red 35 ◦ green 26 ◦ blue 86

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

Shades of Paua #231A56

Tints of Paua #231A56

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.69%

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

R = 23.81%
G = 17.69%
B = 58.5%

CMYK

 C value IS 0.59

 M value IS 0.70

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#231A56 (or 0x231A56) is known color: Paua. HEX triplet: 23, 1A and 56. RGB value is (35,26,86). Sum of RGB (Red+Green+Blue) = 35+26+86=147 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.81% from 147); Green value is 26 (10.55% from 255 or 17.69% from 147); Blue value is 86 (33.98% from 255 or 58.50% from 147); Max value from RGB is 86 - color contains mainly: blue. Hex color #231A56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231A56 is #DCE5A9. Grayscale: #232323. Windows color (decimal): -14476714 or 5642787. OLE color: 5642787.

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

Color convert

RGB 35 26 86 -
CMYK 0.59 0.70 0 0.66
HSL 249º 0.54% 0.22% -
HSV(B) 249º 0.7% 0.34% -
XYZ 2.74 1.77 9 -
YUV 35.53 156.48 127.62 -
System Red Green Blue C M Y K H S L
Decimal 35 26 86 0.59 0.70 0 0.66 249 0.54 0.22
Hex 23 1A 56 3B 46 0 42 F9 36 16
Octal 43 32 126 73 106 0 102 371 66 26
Binary 100011 11010 1010110 111011 1000110 0 1000010 11111001 110110 10110

Color Harmonies of #231A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231A56

Black with #231A56

Text Example


Text Example

White with #231A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231A56; }

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

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

background-color css

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

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

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

border-color css

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

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

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