#252055

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

Shades of Paua #252055

Tints of Paua #252055

Color information

#252055 (or 0x252055) is unknown color: approx Paua. HEX triplet: 25, 20 and 55. RGB value is (37,32,85). Sum of RGB (Red+Green+Blue) = 37+32+85=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 85 (33.59% from 255 or 55.19% from 154); Max value from RGB is 85 - color contains mainly: blue. Hex color #252055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252055 is #DADFAA. Grayscale: #272727. Windows color (decimal): -14344107 or 5578789. OLE color: 5578789.

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

Color convert

RGB373285-
CMYK0.560.6200.67
HSL245.66º45.3%22.94%-
HSV(B)245.66º62.35%33.33%-
XYZ2.922.088.84-
YUV39.54153.66126.19-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.03%
GREEN value IS 32 (12.89% from 255) = 20.78%
BLUE value IS 85 (33.59% from 255) = 55.19%
R=24.03%
G=20.78%
B=55.19%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3732850.560.6200.67245.6645.322.94
Hex252055383E043f62d17
Octal4540125707601033665527
Binary1001011000001010101111000111110010000111111011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252055; }

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

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

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

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

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

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

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

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