Html Css Color HEX #284760 Arapawa

📋 copy color: '#284760'

red 40 ◦ green 71 ◦ blue 96

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

Shades of Arapawa #284760

Tints of Arapawa #284760

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.3%

 BLUE value IS 96 (37.89% from 255) = 46.38%

R = 19.32%
G = 34.3%
B = 46.38%

CMYK

 C value IS 0.58

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#284760 (or 0x284760) is known color: Arapawa. HEX triplet: 28, 47 and 60. RGB value is (40,71,96). Sum of RGB (Red+Green+Blue) = 40+71+96=207 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.32% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 96 (37.89% from 255 or 46.38% from 207); Max value from RGB is 96 - color contains mainly: blue. Hex color #284760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284760 is #D7B89F. Grayscale: #404040. Windows color (decimal): -14137504 or 6309672. OLE color: 6309672.

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

Color convert

RGB 40 71 96 -
CMYK 0.58 0.26 0 0.62
HSL 206.79º 0.41% 0.27% -
HSV(B) 206.79º 0.58% 0.38% -
XYZ 5.24 5.8 11.91 -
YUV 64.58 145.73 110.47 -
System Red Green Blue C M Y K H S L
Decimal 40 71 96 0.58 0.26 0 0.62 206.79 0.41 0.27
Hex 28 47 60 3A 1A 0 3E CF 29 1B
Octal 50 107 140 72 32 0 76 317 51 33
Binary 101000 1000111 1100000 111010 11010 0 111110 11001111 101001 11011

Color Harmonies of #284760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284760

Black with #284760

Text Example


Text Example

White with #284760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284760; }

 p { color: rgb(40,71,96); }

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

background-color css

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

 a { background-color: rgb(40,71,96); }

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

border-color css

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

 span { border-color: rgb(40,71,96); }

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