Html Css Color HEX #284661 Arapawa

📋 copy color: '#284661'

red 40 ◦ green 70 ◦ blue 97

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

Shades of Arapawa #284661

Tints of Arapawa #284661

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.82%

 BLUE value IS 97 (38.28% from 255) = 46.86%

R = 19.32%
G = 33.82%
B = 46.86%

CMYK

 C value IS 0.59

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#284661 (or 0x284661) is known color: Arapawa. HEX triplet: 28, 46 and 61. RGB value is (40,70,97). Sum of RGB (Red+Green+Blue) = 40+70+97=207 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.32% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 97 (38.28% from 255 or 46.86% from 207); Max value from RGB is 97 - color contains mainly: blue. Hex color #284661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284661 is #D7B99E. Grayscale: #3F3F3F. Windows color (decimal): -14137759 or 6374952. OLE color: 6374952.

HSL color Cylindrical-coordinate representation of color #284661: hue angle of 208.42º 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 #284661 is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 40 70 97 -
CMYK 0.59 0.28 0 0.62
HSL 208.42º 0.42% 0.27% -
HSV(B) 208.42º 0.59% 0.38% -
XYZ 5.22 5.69 12.13 -
YUV 64.11 146.56 110.8 -
System Red Green Blue C M Y K H S L
Decimal 40 70 97 0.59 0.28 0 0.62 208.42 0.42 0.27
Hex 28 46 61 3B 1C 0 3E D0 2A 1B
Octal 50 106 141 73 34 0 76 320 52 33
Binary 101000 1000110 1100001 111011 11100 0 111110 11010000 101010 11011

Color Harmonies of #284661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284661

Black with #284661

Text Example


Text Example

White with #284661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284661; }

 p { color: rgb(40,70,97); }

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

background-color css

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

 a { background-color: rgb(40,70,97); }

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

border-color css

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

 span { border-color: rgb(40,70,97); }

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