#252250

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

Shades of Paua #252250

Tints of Paua #252250

Color information

#252250 (or 0x252250) is unknown color: approx Paua. HEX triplet: 25, 22 and 50. RGB value is (37,34,80). Sum of RGB (Red+Green+Blue) = 37+34+80=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 34 (13.67% from 255 or 22.52% from 151); Blue value is 80 (31.64% from 255 or 52.98% from 151); Max value from RGB is 80 - color contains mainly: blue. Hex color #252250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252250 is #DADDAF. Grayscale: #272727. Windows color (decimal): -14343600 or 5251621. OLE color: 5251621.

HSL color Cylindrical-coordinate representation of color #252250: hue angle of 243.91º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #252250 is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB373480-
CMYK0.540.5800.69
HSL243.91º40.35%22.35%-
HSV(B)243.91º57.5%31.37%-
XYZ2.782.127.85-
YUV40.14150.49125.76-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.50%
GREEN value IS 34 (13.67% from 255) = 22.52%
BLUE value IS 80 (31.64% from 255) = 52.98%
R=24.50%
G=22.52%
B=52.98%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3734800.540.5800.69243.9140.3522.35
Hex252250363A045f42816
Octal4542120667201053645026
Binary1001011000101010000110110111010010001011111010010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252250; }

 p { color: rgb(37,34,80); }

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

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

 a { background-color: rgb(37,34,80); }

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

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

 span { border-color: rgb(37,34,80); }

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