#281C5A

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

Shades of Paua #281C5A

Tints of Paua #281C5A

Color information

#281C5A (or 0x281C5A) is unknown color: approx Paua. HEX triplet: 28, 1C and 5A. RGB value is (40,28,90). Sum of RGB (Red+Green+Blue) = 40+28+90=158 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.32% from 158); Green value is 28 (11.33% from 255 or 17.72% from 158); Blue value is 90 (35.55% from 255 or 56.96% from 158); Max value from RGB is 90 - color contains mainly: blue. Hex color #281C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281C5A is #D7E3A5. Grayscale: #262626. Windows color (decimal): -14148518 or 5905448. OLE color: 5905448.

HSL color Cylindrical-coordinate representation of color #281C5A: hue angle of 251.61º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #281C5A is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB402890-
CMYK0.560.6900.65
HSL251.61º52.54%23.14%-
HSV(B)251.61º68.89%35.29%-
XYZ3.142.029.9-
YUV38.66156.98128.96-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.32%
GREEN value IS 28 (11.33% from 255) = 17.72%
BLUE value IS 90 (35.55% from 255) = 56.96%
R=25.32%
G=17.72%
B=56.96%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4028900.560.6900.65251.6152.5423.14
Hex281C5A3845041fc3517
Octal50341327010501013746527
Binary1010001110010110101110001000101010000011111110011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281C5A; }

 p { color: rgb(40,28,90); }

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

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

 a { background-color: rgb(40,28,90); }

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

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

 span { border-color: rgb(40,28,90); }

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