#251659

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

Shades of Paua #251659

Tints of Paua #251659

Color information

#251659 (or 0x251659) is unknown color: approx Paua. HEX triplet: 25, 16 and 59. RGB value is (37,22,89). Sum of RGB (Red+Green+Blue) = 37+22+89=148 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25% from 148); Green value is 22 (8.98% from 255 or 14.86% from 148); Blue value is 89 (35.16% from 255 or 60.14% from 148); Max value from RGB is 89 - color contains mainly: blue. Hex color #251659 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251659 is #DAE9A6. Grayscale: #212121. Windows color (decimal): -14346663 or 5838373. OLE color: 5838373.

HSL color Cylindrical-coordinate representation of color #251659: hue angle of 253.43º 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 #251659 is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB372289-
CMYK0.580.7500.65
HSL253.43º60.36%21.76%-
HSV(B)253.43º75.28%34.9%-
XYZ2.851.699.63-
YUV34.12158.97130.05-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25%
GREEN value IS 22 (8.98% from 255) = 14.86%
BLUE value IS 89 (35.16% from 255) = 60.14%
R=25%
G=14.86%
B=60.14%

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
Decimal3722890.580.7500.65253.4360.3621.76
Hex2516593A4B041fd3c16
Octal45261317211301013757426
Binary1001011011010110011110101001011010000011111110111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251659; }

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

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

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

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

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

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

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

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