Html Css Color HEX #231850 Paua

📋 copy color: '#231850'

red 35 ◦ green 24 ◦ blue 80

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

Shades of Paua #231850

Tints of Paua #231850

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.27%

 BLUE value IS 80 (31.64% from 255) = 57.55%

R = 25.18%
G = 17.27%
B = 57.55%

CMYK

 C value IS 0.56

 M value IS 0.70

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#231850 (or 0x231850) is known color: Paua. HEX triplet: 23, 18 and 50. RGB value is (35,24,80). Sum of RGB (Red+Green+Blue) = 35+24+80=139 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.18% from 139); Green value is 24 (9.77% from 255 or 17.27% from 139); Blue value is 80 (31.64% from 255 or 57.55% from 139); Max value from RGB is 80 - color contains mainly: blue. Hex color #231850 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231850 is #DCE7AF. Grayscale: #212121. Windows color (decimal): -14477232 or 5249059. OLE color: 5249059.

HSL color Cylindrical-coordinate representation of color #231850: hue angle of 251.79º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #231850 is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 35 24 80 -
CMYK 0.56 0.70 0 0.69
HSL 251.79º 0.54% 0.2% -
HSV(B) 251.79º 0.7% 0.31% -
XYZ 2.47 1.59 7.77 -
YUV 33.67 154.14 128.95 -
System Red Green Blue C M Y K H S L
Decimal 35 24 80 0.56 0.70 0 0.69 251.79 0.54 0.2
Hex 23 18 50 38 46 0 45 FC 36 14
Octal 43 30 120 70 106 0 105 374 66 24
Binary 100011 11000 1010000 111000 1000110 0 1000101 11111100 110110 10100

Color Harmonies of #231850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231850

Black with #231850

Text Example


Text Example

White with #231850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231850; }

 p { color: rgb(35,24,80); }

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

background-color css

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

 a { background-color: rgb(35,24,80); }

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

border-color css

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

 span { border-color: rgb(35,24,80); }

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