#252354

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

Shades of Paua #252354

Tints of Paua #252354

Color information

#252354 (or 0x252354) is unknown color: approx Paua. HEX triplet: 25, 23 and 54. RGB value is (37,35,84). Sum of RGB (Red+Green+Blue) = 37+35+84=156 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.72% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 84 (33.20% from 255 or 53.85% from 156); Max value from RGB is 84 - color contains mainly: blue. Hex color #252354 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252354 is #DADCAB. Grayscale: #282828. Windows color (decimal): -14343340 or 5514021. OLE color: 5514021.

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

Color convert

RGB373584-
CMYK0.560.5800.67
HSL242.45º41.18%23.33%-
HSV(B)242.45º58.33%32.94%-
XYZ2.962.248.66-
YUV41.18152.16125.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.72%
GREEN value IS 35 (14.06% from 255) = 22.44%
BLUE value IS 84 (33.20% from 255) = 53.85%
R=23.72%
G=22.44%
B=53.85%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3735840.560.5800.67242.4541.1823.33
Hex252354383A043f22917
Octal4543124707201033625127
Binary1001011000111010100111000111010010000111111001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252354; }

 p { color: rgb(37,35,84); }

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

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

 a { background-color: rgb(37,35,84); }

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

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

 span { border-color: rgb(37,35,84); }

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