Html Css Color HEX #251E51 Paua

📋 copy color: '#251E51'

red 37 ◦ green 30 ◦ blue 81

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

Shades of Paua #251E51

Tints of Paua #251E51

RGB

 RED value IS 37 (14.84% from 255) = 25%

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

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

R = 25%
G = 20.27%
B = 54.73%

CMYK

 C value IS 0.54

 M value IS 0.63

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#251E51 (or 0x251E51) is known color: Paua. HEX triplet: 25, 1E and 51. RGB value is (37,30,81). Sum of RGB (Red+Green+Blue) = 37+30+81=148 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25% from 148); Green value is 30 (12.11% from 255 or 20.27% from 148); Blue value is 81 (32.03% from 255 or 54.73% from 148); Max value from RGB is 81 - color contains mainly: blue. Hex color #251E51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251E51 is #DAE1AE. Grayscale: #252525. Windows color (decimal): -14344623 or 5316133. OLE color: 5316133.

HSL color Cylindrical-coordinate representation of color #251E51: hue angle of 248.24º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #251E51 is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 37 30 81 -
CMYK 0.54 0.63 0 0.68
HSL 248.24º 0.46% 0.22% -
HSV(B) 248.24º 0.63% 0.32% -
XYZ 2.71 1.92 8.01 -
YUV 37.91 152.32 127.35 -
System Red Green Blue C M Y K H S L
Decimal 37 30 81 0.54 0.63 0 0.68 248.24 0.46 0.22
Hex 25 1E 51 36 3F 0 44 F8 2E 16
Octal 45 36 121 66 77 0 104 370 56 26
Binary 100101 11110 1010001 110110 111111 0 1000100 11111000 101110 10110

Color Harmonies of #251E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251E51

Black with #251E51

Text Example


Text Example

White with #251E51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251E51; }

 p { color: rgb(37,30,81); }

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

background-color css

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

 a { background-color: rgb(37,30,81); }

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

border-color css

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

 span { border-color: rgb(37,30,81); }

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