#252258

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

Shades of Paua #252258

Tints of Paua #252258

Color information

#252258 (or 0x252258) is unknown color: approx Paua. HEX triplet: 25, 22 and 58. RGB value is (37,34,88). Sum of RGB (Red+Green+Blue) = 37+34+88=159 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.27% from 159); Green value is 34 (13.67% from 255 or 21.38% from 159); Blue value is 88 (34.77% from 255 or 55.35% from 159); Max value from RGB is 88 - color contains mainly: blue. Hex color #252258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252258 is #DADDA7. Grayscale: #282828. Windows color (decimal): -14343592 or 5775909. OLE color: 5775909.

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

Color convert

RGB373488-
CMYK0.580.6100.65
HSL243.33º44.26%23.92%-
HSV(B)243.33º61.36%34.51%-
XYZ3.12.249.5-
YUV41.05154.49125.11-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.27%
GREEN value IS 34 (13.67% from 255) = 21.38%
BLUE value IS 88 (34.77% from 255) = 55.35%
R=23.27%
G=21.38%
B=55.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3734880.580.6100.65243.3344.2623.92
Hex2522583A3D041f32c18
Octal4542130727501013635430
Binary1001011000101011000111010111101010000011111001110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252258; }

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

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

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

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

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

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

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

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