#251859

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

Shades of Paua #251859

Tints of Paua #251859

Color information

#251859 (or 0x251859) is unknown color: approx Paua. HEX triplet: 25, 18 and 59. RGB value is (37,24,89). Sum of RGB (Red+Green+Blue) = 37+24+89=150 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.67% from 150); Green value is 24 (9.77% from 255 or 16% from 150); Blue value is 89 (35.16% from 255 or 59.33% from 150); Max value from RGB is 89 - color contains mainly: blue. Hex color #251859 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251859 is #DAE7A6. Grayscale: #232323. Windows color (decimal): -14346151 or 5838885. OLE color: 5838885.

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

Color convert

RGB372489-
CMYK0.580.7300.65
HSL252º57.52%22.16%-
HSV(B)252º73.03%34.9%-
XYZ2.891.779.64-
YUV35.3158.31129.21-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.67%
GREEN value IS 24 (9.77% from 255) = 16%
BLUE value IS 89 (35.16% from 255) = 59.33%
R=24.67%
G=16%
B=59.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3724890.580.7300.6525257.5222.16
Hex2518593A49041fc3a16
Octal45301317211101013747226
Binary1001011100010110011110101001001010000011111110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251859; }

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

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

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

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

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

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

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

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