Html Css Color HEX #231F51 Paua

📋 copy color: '#231F51'

red 35 ◦ green 31 ◦ blue 81

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

Shades of Paua #231F51

Tints of Paua #231F51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 55.1%

R = 23.81%
G = 21.09%
B = 55.1%

CMYK

 C value IS 0.57

 M value IS 0.62

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#231F51 (or 0x231F51) is known color: Paua. HEX triplet: 23, 1F and 51. RGB value is (35,31,81). Sum of RGB (Red+Green+Blue) = 35+31+81=147 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.81% from 147); Green value is 31 (12.5% from 255 or 21.09% from 147); Blue value is 81 (32.03% from 255 or 55.10% from 147); Max value from RGB is 81 - color contains mainly: blue. Hex color #231F51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231F51 is #DCE0AE. Grayscale: #252525. Windows color (decimal): -14475439 or 5316387. OLE color: 5316387.

HSL color Cylindrical-coordinate representation of color #231F51: hue angle of 244.8º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #231F51 is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 35 31 81 -
CMYK 0.57 0.62 0 0.68
HSL 244.8º 0.45% 0.22% -
HSV(B) 244.8º 0.62% 0.32% -
XYZ 2.67 1.93 8.02 -
YUV 37.9 152.33 125.93 -
System Red Green Blue C M Y K H S L
Decimal 35 31 81 0.57 0.62 0 0.68 244.8 0.45 0.22
Hex 23 1F 51 39 3E 0 44 F5 2D 16
Octal 43 37 121 71 76 0 104 365 55 26
Binary 100011 11111 1010001 111001 111110 0 1000100 11110101 101101 10110

Color Harmonies of #231F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231F51

Black with #231F51

Text Example


Text Example

White with #231F51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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