Html Css Color HEX #231F50 Paua

📋 copy color: '#231F50'

red 35 ◦ green 31 ◦ blue 80

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

Shades of Paua #231F50

Tints of Paua #231F50

RGB

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

 GREEN value IS 31 (12.5% from 255) = 21.23%

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

R = 23.97%
G = 21.23%
B = 54.79%

CMYK

 C value IS 0.56

 M value IS 0.61

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#231F50 (or 0x231F50) is known color: Paua. HEX triplet: 23, 1F and 50. RGB value is (35,31,80). Sum of RGB (Red+Green+Blue) = 35+31+80=146 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.97% from 146); Green value is 31 (12.5% from 255 or 21.23% from 146); Blue value is 80 (31.64% from 255 or 54.79% from 146); Max value from RGB is 80 - color contains mainly: blue. Hex color #231F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231F50 is #DCE0AF. Grayscale: #252525. Windows color (decimal): -14475440 or 5250851. OLE color: 5250851.

HSL color Cylindrical-coordinate representation of color #231F50: hue angle of 244.9º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #231F50 is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 35 31 80 -
CMYK 0.56 0.61 0 0.69
HSL 244.9º 0.44% 0.22% -
HSV(B) 244.9º 0.61% 0.31% -
XYZ 2.63 1.92 7.82 -
YUV 37.78 151.83 126.02 -
System Red Green Blue C M Y K H S L
Decimal 35 31 80 0.56 0.61 0 0.69 244.9 0.44 0.22
Hex 23 1F 50 38 3D 0 45 F5 2C 16
Octal 43 37 120 70 75 0 105 365 54 26
Binary 100011 11111 1010000 111000 111101 0 1000101 11110101 101100 10110

Color Harmonies of #231F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231F50

Black with #231F50

Text Example


Text Example

White with #231F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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