Html Css Color HEX #231A58 Paua

📋 copy color: '#231A58'

red 35 ◦ green 26 ◦ blue 88

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

Shades of Paua #231A58

Tints of Paua #231A58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 59.06%

R = 23.49%
G = 17.45%
B = 59.06%

CMYK

 C value IS 0.60

 M value IS 0.70

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#231A58 (or 0x231A58) is known color: Paua. HEX triplet: 23, 1A and 58. RGB value is (35,26,88). Sum of RGB (Red+Green+Blue) = 35+26+88=149 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.49% from 149); Green value is 26 (10.55% from 255 or 17.45% from 149); Blue value is 88 (34.77% from 255 or 59.06% from 149); Max value from RGB is 88 - color contains mainly: blue. Hex color #231A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231A58 is #DCE5A7. Grayscale: #232323. Windows color (decimal): -14476712 or 5773859. OLE color: 5773859.

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

Color convert

RGB 35 26 88 -
CMYK 0.60 0.70 0 0.65
HSL 248.71º 0.54% 0.22% -
HSV(B) 248.71º 0.7% 0.35% -
XYZ 2.82 1.8 9.43 -
YUV 35.76 157.48 127.46 -
System Red Green Blue C M Y K H S L
Decimal 35 26 88 0.60 0.70 0 0.65 248.71 0.54 0.22
Hex 23 1A 58 3C 46 0 41 F9 36 16
Octal 43 32 130 74 106 0 101 371 66 26
Binary 100011 11010 1011000 111100 1000110 0 1000001 11111001 110110 10110

Color Harmonies of #231A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231A58

Black with #231A58

Text Example


Text Example

White with #231A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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