#281E5A

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

Shades of Paua #281E5A

Tints of Paua #281E5A

Color information

#281E5A (or 0x281E5A) is unknown color: approx Paua. HEX triplet: 28, 1E and 5A. RGB value is (40,30,90). Sum of RGB (Red+Green+Blue) = 40+30+90=160 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25% from 160); Green value is 30 (12.11% from 255 or 18.75% from 160); Blue value is 90 (35.55% from 255 or 56.25% from 160); Max value from RGB is 90 - color contains mainly: blue. Hex color #281E5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281E5A is #D7E1A5. Grayscale: #272727. Windows color (decimal): -14148006 or 5905960. OLE color: 5905960.

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

Color convert

RGB403090-
CMYK0.560.6700.65
HSL250º50%23.53%-
HSV(B)250º66.67%35.29%-
XYZ3.182.129.91-
YUV39.83156.31128.12-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25%
GREEN value IS 30 (12.11% from 255) = 18.75%
BLUE value IS 90 (35.55% from 255) = 56.25%
R=25%
G=18.75%
B=56.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4030900.560.6700.652505023.53
Hex281E5A3843041fa3218
Octal50361327010301013726230
Binary1010001111010110101110001000011010000011111101011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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