#2D2257

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

Shades of Paua #2D2257

Tints of Paua #2D2257

Color information

#2D2257 (or 0x2D2257) is unknown color: approx Paua. HEX triplet: 2D, 22 and 57. RGB value is (45,34,87). Sum of RGB (Red+Green+Blue) = 45+34+87=166 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.11% from 166); Green value is 34 (13.67% from 255 or 20.48% from 166); Blue value is 87 (34.38% from 255 or 52.41% from 166); Max value from RGB is 87 - color contains mainly: blue. Hex color #2D2257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2257 is #D2DDA8. Grayscale: #2B2B2B. Windows color (decimal): -13819305 or 5710381. OLE color: 5710381.

HSL color Cylindrical-coordinate representation of color #2D2257: hue angle of 252.45º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2D2257 is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB453487-
CMYK0.480.6100.66
HSL252.45º43.8%23.73%-
HSV(B)252.45º60.92%34.12%-
XYZ3.372.399.3-
YUV43.33152.64129.19-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 27.11%
GREEN value IS 34 (13.67% from 255) = 20.48%
BLUE value IS 87 (34.38% from 255) = 52.41%
R=27.11%
G=20.48%
B=52.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4534870.480.6100.66252.4543.823.73
Hex2D2257303D042fc2c18
Octal5542127607501023745430
Binary1011011000101010111110000111101010000101111110010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D2257; }

 p { color: rgb(45,34,87); }

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

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

 a { background-color: rgb(45,34,87); }

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

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

 span { border-color: rgb(45,34,87); }

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