#252147

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

Shades of Paua #252147

Tints of Paua #252147

Color information

#252147 (or 0x252147) is unknown color: approx Paua. HEX triplet: 25, 21 and 47. RGB value is (37,33,71). Sum of RGB (Red+Green+Blue) = 37+33+71=141 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.24% from 141); Green value is 33 (13.28% from 255 or 23.40% from 141); Blue value is 71 (28.12% from 255 or 50.35% from 141); Max value from RGB is 71 - color contains mainly: blue. Hex color #252147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252147 is #DADEB8. Grayscale: #262626. Windows color (decimal): -14343865 or 4661541. OLE color: 4661541.

HSL color Cylindrical-coordinate representation of color #252147: hue angle of 246.32º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #252147 is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB373371-
CMYK0.480.5400.72
HSL246.32º36.54%20.39%-
HSV(B)246.32º53.52%27.84%-
XYZ2.441.946.21-
YUV38.53146.33126.91-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.24%
GREEN value IS 33 (13.28% from 255) = 23.40%
BLUE value IS 71 (28.12% from 255) = 50.35%
R=26.24%
G=23.40%
B=50.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3733710.480.5400.72246.3236.5420.39
Hex2521473036048f62514
Octal4541107606601103664524
Binary1001011000011000111110000110110010010001111011010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252147; }

 p { color: rgb(37,33,71); }

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

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

 a { background-color: rgb(37,33,71); }

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

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

 span { border-color: rgb(37,33,71); }

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