#28234F

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

Shades of Paua #28234F

Tints of Paua #28234F

Color information

#28234F (or 0x28234F) is unknown color: approx Paua. HEX triplet: 28, 23 and 4F. RGB value is (40,35,79). Sum of RGB (Red+Green+Blue) = 40+35+79=154 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.97% from 154); Green value is 35 (14.06% from 255 or 22.73% from 154); Blue value is 79 (31.25% from 255 or 51.30% from 154); Max value from RGB is 79 - color contains mainly: blue. Hex color #28234F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28234F is #D7DCB0. Grayscale: #292929. Windows color (decimal): -14146737 or 5186344. OLE color: 5186344.

HSL color Cylindrical-coordinate representation of color #28234F: hue angle of 246.82º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #28234F is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB403579-
CMYK0.490.5600.69
HSL246.82º38.6%22.35%-
HSV(B)246.82º55.7%30.98%-
XYZ2.892.227.67-
YUV41.51149.16126.92-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.97%
GREEN value IS 35 (14.06% from 255) = 22.73%
BLUE value IS 79 (31.25% from 255) = 51.30%
R=25.97%
G=22.73%
B=51.30%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4035790.490.5600.69246.8238.622.35
Hex28234F3138045f72716
Octal5043117617001053674726
Binary1010001000111001111110001111000010001011111011110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28234F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28234F; }

 p { color: rgb(40,35,79); }

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

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

 a { background-color: rgb(40,35,79); }

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

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

 span { border-color: rgb(40,35,79); }

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