Html Css Color HEX #284A60 Arapawa

📋 copy color: '#284A60'

red 40 ◦ green 74 ◦ blue 96

#284A60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Arapawa #284A60

Tints of Arapawa #284A60

RGB

 RED value IS 40 (16.02% from 255) = 19.05%

 GREEN value IS 74 (29.3% from 255) = 35.24%

 BLUE value IS 96 (37.89% from 255) = 45.71%

R = 19.05%
G = 35.24%
B = 45.71%

CMYK

 C value IS 0.58

 M value IS 0.23

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#284A60 (or 0x284A60) is known color: Arapawa. HEX triplet: 28, 4A and 60. RGB value is (40,74,96). Sum of RGB (Red+Green+Blue) = 40+74+96=210 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.05% from 210); Green value is 74 (29.30% from 255 or 35.24% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 96 - color contains mainly: blue. Hex color #284A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284A60 is #D7B59F. Grayscale: #424242. Windows color (decimal): -14136736 or 6310440. OLE color: 6310440.

HSL color Cylindrical-coordinate representation of color #284A60: hue angle of 203.57º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #284A60 is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 40 74 96 -
CMYK 0.58 0.23 0 0.62
HSL 203.57º 0.41% 0.27% -
HSV(B) 203.57º 0.58% 0.38% -
XYZ 5.44 6.19 11.98 -
YUV 66.34 144.74 109.21 -
System Red Green Blue C M Y K H S L
Decimal 40 74 96 0.58 0.23 0 0.62 203.57 0.41 0.27
Hex 28 4A 60 3A 17 0 3E CC 29 1B
Octal 50 112 140 72 27 0 76 314 51 33
Binary 101000 1001010 1100000 111010 10111 0 111110 11001100 101001 11011

Color Harmonies of #284A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284A60

Black with #284A60

Text Example


Text Example

White with #284A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #284A60;
 }
 .AnyTagClassName
 {
   color: #284A60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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