Html Css Color HEX #284962 Arapawa

📋 copy color: '#284962'

red 40 ◦ green 73 ◦ blue 98

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

Shades of Arapawa #284962

Tints of Arapawa #284962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 46.45%

R = 18.96%
G = 34.6%
B = 46.45%

CMYK

 C value IS 0.59

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#284962 (or 0x284962) is known color: Arapawa. HEX triplet: 28, 49 and 62. RGB value is (40,73,98). Sum of RGB (Red+Green+Blue) = 40+73+98=211 (27% of max value = 765). Red value is 40 (16.02% from 255 or 18.96% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 98 (38.67% from 255 or 46.45% from 211); Max value from RGB is 98 - color contains mainly: blue. Hex color #284962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284962 is #D7B69D. Grayscale: #414141. Windows color (decimal): -14136990 or 6441256. OLE color: 6441256.

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

Color convert

RGB 40 73 98 -
CMYK 0.59 0.26 0 0.62
HSL 205.86º 0.42% 0.27% -
HSV(B) 205.86º 0.59% 0.38% -
XYZ 5.46 6.1 12.44 -
YUV 65.98 146.07 109.47 -
System Red Green Blue C M Y K H S L
Decimal 40 73 98 0.59 0.26 0 0.62 205.86 0.42 0.27
Hex 28 49 62 3B 1A 0 3E CE 2A 1B
Octal 50 111 142 73 32 0 76 316 52 33
Binary 101000 1001001 1100010 111011 11010 0 111110 11001110 101010 11011

Color Harmonies of #284962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284962

Black with #284962

Text Example


Text Example

White with #284962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284962; }

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

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

background-color css

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

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

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

border-color css

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

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

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