Html Css Color HEX #284961 Arapawa

📋 copy color: '#284961'

red 40 ◦ green 73 ◦ blue 97

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

Shades of Arapawa #284961

Tints of Arapawa #284961

RGB

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

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

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

R = 19.05%
G = 34.76%
B = 46.19%

CMYK

 C value IS 0.59

 M value IS 0.25

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#284961 (or 0x284961) is known color: Arapawa. HEX triplet: 28, 49 and 61. RGB value is (40,73,97). Sum of RGB (Red+Green+Blue) = 40+73+97=210 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.05% from 210); Green value is 73 (28.91% from 255 or 34.76% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 97 - color contains mainly: blue. Hex color #284961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284961 is #D7B69E. Grayscale: #414141. Windows color (decimal): -14136991 or 6375720. OLE color: 6375720.

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

Color convert

RGB 40 73 97 -
CMYK 0.59 0.25 0 0.62
HSL 205.26º 0.42% 0.27% -
HSV(B) 205.26º 0.59% 0.38% -
XYZ 5.42 6.08 12.2 -
YUV 65.87 145.57 109.55 -
System Red Green Blue C M Y K H S L
Decimal 40 73 97 0.59 0.25 0 0.62 205.26 0.42 0.27
Hex 28 49 61 3B 19 0 3E CD 2A 1B
Octal 50 111 141 73 31 0 76 315 52 33
Binary 101000 1001001 1100001 111011 11001 0 111110 11001101 101010 11011

Color Harmonies of #284961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284961

Black with #284961

Text Example


Text Example

White with #284961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284961; }

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

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

background-color css

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

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

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

border-color css

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

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

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