Html Css Color HEX #284862 Arapawa

📋 copy color: '#284862'

red 40 ◦ green 72 ◦ blue 98

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

Shades of Arapawa #284862

Tints of Arapawa #284862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 46.67%

R = 19.05%
G = 34.29%
B = 46.67%

CMYK

 C value IS 0.59

 M value IS 0.27

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#284862 (or 0x284862) is known color: Arapawa. HEX triplet: 28, 48 and 62. RGB value is (40,72,98). Sum of RGB (Red+Green+Blue) = 40+72+98=210 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.05% from 210); Green value is 72 (28.52% from 255 or 34.29% from 210); Blue value is 98 (38.67% from 255 or 46.67% from 210); Max value from RGB is 98 - color contains mainly: blue. Hex color #284862 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284862 is #D7B79D. Grayscale: #414141. Windows color (decimal): -14137246 or 6441000. OLE color: 6441000.

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

Color convert

RGB 40 72 98 -
CMYK 0.59 0.27 0 0.62
HSL 206.9º 0.42% 0.27% -
HSV(B) 206.9º 0.59% 0.38% -
XYZ 5.4 5.97 12.42 -
YUV 65.4 146.4 109.89 -
System Red Green Blue C M Y K H S L
Decimal 40 72 98 0.59 0.27 0 0.62 206.9 0.42 0.27
Hex 28 48 62 3B 1B 0 3E CF 2A 1B
Octal 50 110 142 73 33 0 76 317 52 33
Binary 101000 1001000 1100010 111011 11011 0 111110 11001111 101010 11011

Color Harmonies of #284862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284862

Black with #284862

Text Example


Text Example

White with #284862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284862; }

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

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

background-color css

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

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

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

border-color css

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

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

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