#251558

Color #251558 Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #251558

Tints of Paua #251558

Color information

#251558 (or 0x251558) is unknown color: approx Paua. HEX triplet: 25, 15 and 58. RGB value is (37,21,88). Sum of RGB (Red+Green+Blue) = 37+21+88=146 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.34% from 146); Green value is 21 (8.59% from 255 or 14.38% from 146); Blue value is 88 (34.77% from 255 or 60.27% from 146); Max value from RGB is 88 - color contains mainly: blue. Hex color #251558 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251558 is #DAEAA7. Grayscale: #212121. Windows color (decimal): -14346920 or 5772581. OLE color: 5772581.

HSL color Cylindrical-coordinate representation of color #251558: hue angle of 254.33º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #251558 is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB372188-
CMYK0.580.7600.65
HSL254.33º61.47%21.37%-
HSV(B)254.33º76.14%34.51%-
XYZ2.791.639.4-
YUV33.42158.8130.55-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.34%
GREEN value IS 21 (8.59% from 255) = 14.38%
BLUE value IS 88 (34.77% from 255) = 60.27%
R=25.34%
G=14.38%
B=60.27%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3721880.580.7600.65254.3361.4721.37
Hex2515583A4C041fe3d15
Octal45251307211401013767525
Binary1001011010110110001110101001100010000011111111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251558; }

 p { color: rgb(37,21,88); }

 H1.HeaderClassName
 {
   color: #251558;
 }
 .AnyTagClassName
 {
   color: #251558;
 }
</style>
background-color css

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

 a { background-color: rgb(37,21,88); }

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

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

 span { border-color: rgb(37,21,88); }

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