Html Css Color HEX #284963 Arapawa

📋 copy color: '#284963'

red 40 ◦ green 73 ◦ blue 99

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

Shades of Arapawa #284963

Tints of Arapawa #284963

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.43%

 BLUE value IS 99 (39.06% from 255) = 46.7%

R = 18.87%
G = 34.43%
B = 46.7%

CMYK

 C value IS 0.60

 M value IS 0.26

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#284963 (or 0x284963) is known color: Arapawa. HEX triplet: 28, 49 and 63. RGB value is (40,73,99). Sum of RGB (Red+Green+Blue) = 40+73+99=212 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.87% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 99 (39.06% from 255 or 46.70% from 212); Max value from RGB is 99 - color contains mainly: blue. Hex color #284963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284963 is #D7B69C. Grayscale: #414141. Windows color (decimal): -14136989 or 6506792. OLE color: 6506792.

HSL color Cylindrical-coordinate representation of color #284963: hue angle of 206.44º degrees, saturation: 0.42, 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 #284963 is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 40 73 99 -
CMYK 0.60 0.26 0 0.61
HSL 206.44º 0.42% 0.27% -
HSV(B) 206.44º 0.6% 0.39% -
XYZ 5.51 6.12 12.69 -
YUV 66.1 146.57 109.39 -
System Red Green Blue C M Y K H S L
Decimal 40 73 99 0.60 0.26 0 0.61 206.44 0.42 0.27
Hex 28 49 63 3C 1A 0 3D CE 2A 1B
Octal 50 111 143 74 32 0 75 316 52 33
Binary 101000 1001001 1100011 111100 11010 0 111101 11001110 101010 11011

Color Harmonies of #284963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284963

Black with #284963

Text Example


Text Example

White with #284963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284963; }

 p { color: rgb(40,73,99); }

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

background-color css

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

 a { background-color: rgb(40,73,99); }

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

border-color css

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

 span { border-color: rgb(40,73,99); }

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