Html Css Color HEX #231A49 Paua

📋 copy color: '#231A49'

red 35 ◦ green 26 ◦ blue 73

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

Shades of Paua #231A49

Tints of Paua #231A49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 54.48%

R = 26.12%
G = 19.4%
B = 54.48%

CMYK

 C value IS 0.52

 M value IS 0.64

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#231A49 (or 0x231A49) is known color: Paua. HEX triplet: 23, 1A and 49. RGB value is (35,26,73). Sum of RGB (Red+Green+Blue) = 35+26+73=134 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.12% from 134); Green value is 26 (10.55% from 255 or 19.40% from 134); Blue value is 73 (28.91% from 255 or 54.48% from 134); Max value from RGB is 73 - color contains mainly: blue. Hex color #231A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231A49 is #DCE5B6. Grayscale: #212121. Windows color (decimal): -14476727 or 4790819. OLE color: 4790819.

HSL color Cylindrical-coordinate representation of color #231A49: hue angle of 251.49º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #231A49 is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 35 26 73 -
CMYK 0.52 0.64 0 0.71
HSL 251.49º 0.47% 0.19% -
HSV(B) 251.49º 0.64% 0.29% -
XYZ 2.27 1.58 6.49 -
YUV 34.05 149.98 128.68 -
System Red Green Blue C M Y K H S L
Decimal 35 26 73 0.52 0.64 0 0.71 251.49 0.47 0.19
Hex 23 1A 49 34 40 0 47 FB 2F 13
Octal 43 32 111 64 100 0 107 373 57 23
Binary 100011 11010 1001001 110100 1000000 0 1000111 11111011 101111 10011

Color Harmonies of #231A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231A49

Black with #231A49

Text Example


Text Example

White with #231A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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