Html Css Color HEX #284966 Arapawa

📋 copy color: '#284966'

red 40 ◦ green 73 ◦ blue 102

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

Shades of Arapawa #284966

Tints of Arapawa #284966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 47.44%

R = 18.6%
G = 33.95%
B = 47.44%

CMYK

 C value IS 0.61

 M value IS 0.28

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#284966 (or 0x284966) is known color: Arapawa. HEX triplet: 28, 49 and 66. RGB value is (40,73,102). Sum of RGB (Red+Green+Blue) = 40+73+102=215 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.60% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 102 (40.23% from 255 or 47.44% from 215); Max value from RGB is 102 - color contains mainly: blue. Hex color #284966 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284966 is #D7B699. Grayscale: #424242. Windows color (decimal): -14136986 or 6703400. OLE color: 6703400.

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

Color convert

RGB 40 73 102 -
CMYK 0.61 0.28 0 0.6
HSL 208.06º 0.44% 0.28% -
HSV(B) 208.06º 0.61% 0.4% -
XYZ 5.66 6.18 13.46 -
YUV 66.44 148.07 109.14 -
System Red Green Blue C M Y K H S L
Decimal 40 73 102 0.61 0.28 0 0.6 208.06 0.44 0.28
Hex 28 49 66 3D 1C 0 3C D0 2C 1C
Octal 50 111 146 75 34 0 74 320 54 34
Binary 101000 1001001 1100110 111101 11100 0 111100 11010000 101100 11100

Color Harmonies of #284966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284966

Black with #284966

Text Example


Text Example

White with #284966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284966; }

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

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

background-color css

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

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

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

border-color css

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

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

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