#252346

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

Shades of Paua #252346

Tints of Paua #252346

Color information

#252346 (or 0x252346) is unknown color: approx Paua. HEX triplet: 25, 23 and 46. RGB value is (37,35,70). Sum of RGB (Red+Green+Blue) = 37+35+70=142 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.06% from 142); Green value is 35 (14.06% from 255 or 24.65% from 142); Blue value is 70 (27.73% from 255 or 49.30% from 142); Max value from RGB is 70 - color contains mainly: blue. Hex color #252346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252346 is #DADCB9. Grayscale: #272727. Windows color (decimal): -14343354 or 4596517. OLE color: 4596517.

HSL color Cylindrical-coordinate representation of color #252346: hue angle of 243.43º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #252346 is Cyan = 0.47, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB373570-
CMYK0.470.500.73
HSL243.43º33.33%20.59%-
HSV(B)243.43º50%27.45%-
XYZ2.472.046.06-
YUV39.59145.16126.15-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.06%
GREEN value IS 35 (14.06% from 255) = 24.65%
BLUE value IS 70 (27.73% from 255) = 49.30%
R=26.06%
G=24.65%
B=49.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3735700.470.500.73243.4333.3320.59
Hex2523462F32049f32115
Octal4543106576201113634125
Binary1001011000111000110101111110010010010011111001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252346; }

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

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

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

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

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

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

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

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