#284A5D

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

Shades of Arapawa #284A5D

Tints of Arapawa #284A5D

Color information

#284A5D (or 0x284A5D) is unknown color: approx Arapawa. HEX triplet: 28, 4A and 5D. RGB value is (40,74,93). Sum of RGB (Red+Green+Blue) = 40+74+93=207 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.32% from 207); Green value is 74 (29.30% from 255 or 35.75% from 207); Blue value is 93 (36.72% from 255 or 44.93% from 207); Max value from RGB is 93 - color contains mainly: blue. Hex color #284A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284A5D is #D7B5A2. Grayscale: #414141. Windows color (decimal): -14136739 or 6113832. OLE color: 6113832.

HSL color Cylindrical-coordinate representation of color #284A5D: hue angle of 201.51º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #284A5D is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB407493-
CMYK0.570.2000.64
HSL201.51º39.85%26.08%-
HSV(B)201.51º56.99%36.47%-
XYZ5.36.1411.26-
YUV66143.24109.46-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.32%
GREEN value IS 74 (29.30% from 255) = 35.75%
BLUE value IS 93 (36.72% from 255) = 44.93%
R=19.32%
G=35.75%
B=44.93%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4074930.570.2000.64201.5139.8526.08
Hex284A5D3914040ca281a
Octal50112135712401003125032
Binary1010001001010101110111100110100010000001100101010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284A5D; }

 p { color: rgb(40,74,93); }

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

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

 a { background-color: rgb(40,74,93); }

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

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

 span { border-color: rgb(40,74,93); }

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