#251658

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

Shades of Paua #251658

Tints of Paua #251658

Color information

#251658 (or 0x251658) is unknown color: approx Paua. HEX triplet: 25, 16 and 58. RGB value is (37,22,88). Sum of RGB (Red+Green+Blue) = 37+22+88=147 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.17% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 88 (34.77% from 255 or 59.86% from 147); Max value from RGB is 88 - color contains mainly: blue. Hex color #251658 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251658 is #DAE9A7. Grayscale: #212121. Windows color (decimal): -14346664 or 5772837. OLE color: 5772837.

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

Color convert

RGB372288-
CMYK0.580.7500.65
HSL253.64º60%21.57%-
HSV(B)253.64º75%34.51%-
XYZ2.811.679.41-
YUV34.01158.47130.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.17%
GREEN value IS 22 (8.98% from 255) = 14.97%
BLUE value IS 88 (34.77% from 255) = 59.86%
R=25.17%
G=14.97%
B=59.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3722880.580.7500.65253.646021.57
Hex2516583A4B041fe3c16
Octal45261307211301013767426
Binary1001011011010110001110101001011010000011111111011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251658; }

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

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

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

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

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

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

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

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