Html Css Color HEX #284864 Arapawa

📋 copy color: '#284864'

red 40 ◦ green 72 ◦ blue 100

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

Shades of Arapawa #284864

Tints of Arapawa #284864

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.96%

 BLUE value IS 100 (39.45% from 255) = 47.17%

R = 18.87%
G = 33.96%
B = 47.17%

CMYK

 C value IS 0.6

 M value IS 0.28

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#284864 (or 0x284864) is known color: Arapawa. HEX triplet: 28, 48 and 64. RGB value is (40,72,100). Sum of RGB (Red+Green+Blue) = 40+72+100=212 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.87% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 100 (39.45% from 255 or 47.17% from 212); Max value from RGB is 100 - color contains mainly: blue. Hex color #284864 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284864 is #D7B79B. Grayscale: #414141. Windows color (decimal): -14137244 or 6572072. OLE color: 6572072.

HSL color Cylindrical-coordinate representation of color #284864: hue angle of 208º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #284864 is Cyan = 0.6, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 40 72 100 -
CMYK 0.6 0.28 0 0.61
HSL 208º 0.43% 0.27% -
HSV(B) 208º 0.6% 0.39% -
XYZ 5.49 6.01 12.93 -
YUV 65.62 147.4 109.72 -
System Red Green Blue C M Y K H S L
Decimal 40 72 100 0.6 0.28 0 0.61 208 0.43 0.27
Hex 28 48 64 3C 1C 0 3D D0 2B 1B
Octal 50 110 144 74 34 0 75 320 53 33
Binary 101000 1001000 1100100 111100 11100 0 111101 11010000 101011 11011

Color Harmonies of #284864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284864

Black with #284864

Text Example


Text Example

White with #284864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284864; }

 p { color: rgb(40,72,100); }

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

background-color css

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

 a { background-color: rgb(40,72,100); }

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

border-color css

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

 span { border-color: rgb(40,72,100); }

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