#284F5C

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

Shades of Arapawa #284F5C

Tints of Arapawa #284F5C

Color information

#284F5C (or 0x284F5C) is unknown color: approx Arapawa. HEX triplet: 28, 4F and 5C. RGB value is (40,79,92). Sum of RGB (Red+Green+Blue) = 40+79+92=211 (27% of max value = 765). Red value is 40 (16.02% from 255 or 18.96% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 92 - color contains mainly: blue. Hex color #284F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284F5C is #D7B0A3. Grayscale: #444444. Windows color (decimal): -14135460 or 6049576. OLE color: 6049576.

HSL color Cylindrical-coordinate representation of color #284F5C: hue angle of 195º degrees, saturation: 0.39, 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 #284F5C is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB407992-
CMYK0.570.1400.64
HSL195º39.39%25.88%-
HSV(B)195º56.52%36.08%-
XYZ5.66.8211.15-
YUV68.82141.08107.44-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.96%
GREEN value IS 79 (31.25% from 255) = 37.44%
BLUE value IS 92 (36.33% from 255) = 43.60%
R=18.96%
G=37.44%
B=43.60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4079920.570.1400.6419539.3925.88
Hex284F5C39E040c3271a
Octal50117134711601003034732
Binary101000100111110111001110011110010000001100001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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