Html Css Color HEX #231E49 Paua

📋 copy color: '#231E49'

red 35 ◦ green 30 ◦ blue 73

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

Shades of Paua #231E49

Tints of Paua #231E49

RGB

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

 GREEN value IS 30 (12.11% from 255) = 21.74%

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

R = 25.36%
G = 21.74%
B = 52.9%

CMYK

 C value IS 0.52

 M value IS 0.59

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#231E49 (or 0x231E49) is known color: Paua. HEX triplet: 23, 1E and 49. RGB value is (35,30,73). Sum of RGB (Red+Green+Blue) = 35+30+73=138 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.36% from 138); Green value is 30 (12.11% from 255 or 21.74% from 138); Blue value is 73 (28.91% from 255 or 52.90% from 138); Max value from RGB is 73 - color contains mainly: blue. Hex color #231E49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231E49 is #DCE1B6. Grayscale: #242424. Windows color (decimal): -14475703 or 4791843. OLE color: 4791843.

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

Color convert

RGB 35 30 73 -
CMYK 0.52 0.59 0 0.71
HSL 246.98º 0.42% 0.2% -
HSV(B) 246.98º 0.59% 0.29% -
XYZ 2.36 1.77 6.52 -
YUV 36.4 148.66 127 -
System Red Green Blue C M Y K H S L
Decimal 35 30 73 0.52 0.59 0 0.71 246.98 0.42 0.2
Hex 23 1E 49 34 3B 0 47 F7 2A 14
Octal 43 36 111 64 73 0 107 367 52 24
Binary 100011 11110 1001001 110100 111011 0 1000111 11110111 101010 10100

Color Harmonies of #231E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231E49

Black with #231E49

Text Example


Text Example

White with #231E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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