Html Css Color HEX #284A5D Arapawa

📋 copy color: '#284A5D'

red 40 ◦ green 74 ◦ blue 93

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

Shades of Arapawa #284A5D

Tints of Arapawa #284A5D

RGB

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

 GREEN value IS 74 (29.3% 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 value IS 0.57

 M value IS 0.20

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#284A5D (or 0x284A5D) is known color: 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

RGB 40 74 93 -
CMYK 0.57 0.20 0 0.64
HSL 201.51º 0.4% 0.26% -
HSV(B) 201.51º 0.57% 0.36% -
XYZ 5.3 6.14 11.26 -
YUV 66 143.24 109.46 -
System Red Green Blue C M Y K H S L
Decimal 40 74 93 0.57 0.20 0 0.64 201.51 0.4 0.26
Hex 28 4A 5D 39 14 0 40 CA 28 1A
Octal 50 112 135 71 24 0 100 312 50 32
Binary 101000 1001010 1011101 111001 10100 0 1000000 11001010 101000 11010

Color Harmonies of #284A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284A5D

Black with #284A5D

Text Example


Text Example

White with #284A5D

Text Example


Text Example

HTML Codes & Css Web 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>