#251855

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

Shades of Paua #251855

Tints of Paua #251855

Color information

#251855 (or 0x251855) is unknown color: approx Paua. HEX triplet: 25, 18 and 55. RGB value is (37,24,85). Sum of RGB (Red+Green+Blue) = 37+24+85=146 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.34% from 146); Green value is 24 (9.77% from 255 or 16.44% from 146); Blue value is 85 (33.59% from 255 or 58.22% from 146); Max value from RGB is 85 - color contains mainly: blue. Hex color #251855 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251855 is #DAE7AA. Grayscale: #222222. Windows color (decimal): -14346155 or 5576741. OLE color: 5576741.

HSL color Cylindrical-coordinate representation of color #251855: hue angle of 252.79º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #251855 is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB372485-
CMYK0.560.7200.67
HSL252.79º55.96%21.37%-
HSV(B)252.79º71.76%33.33%-
XYZ2.731.78.78-
YUV34.84156.31129.54-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.34%
GREEN value IS 24 (9.77% from 255) = 16.44%
BLUE value IS 85 (33.59% from 255) = 58.22%
R=25.34%
G=16.44%
B=58.22%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3724850.560.7200.67252.7955.9621.37
Hex2518553848043fd3815
Octal45301257011001033757025
Binary1001011100010101011110001001000010000111111110111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251855; }

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

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

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

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

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

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

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

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