Html Css Color HEX #284858 Arapawa

📋 copy color: '#284858'

red 40 ◦ green 72 ◦ blue 88

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

Shades of Arapawa #284858

Tints of Arapawa #284858

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36%

 BLUE value IS 88 (34.77% from 255) = 44%

R = 20%
G = 36%
B = 44%

CMYK

 C value IS 0.55

 M value IS 0.18

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#284858 (or 0x284858) is known color: Arapawa. HEX triplet: 28, 48 and 58. RGB value is (40,72,88). Sum of RGB (Red+Green+Blue) = 40+72+88=200 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 88 (34.77% from 255 or 44% from 200); Max value from RGB is 88 - color contains mainly: blue. Hex color #284858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284858 is #D7B7A7. Grayscale: #404040. Windows color (decimal): -14137256 or 5785640. OLE color: 5785640.

HSL color Cylindrical-coordinate representation of color #284858: hue angle of 200º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #284858 is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 40 72 88 -
CMYK 0.55 0.18 0 0.65
HSL 200º 0.38% 0.25% -
HSV(B) 200º 0.55% 0.35% -
XYZ 4.95 5.79 10.09 -
YUV 64.26 141.4 110.7 -
System Red Green Blue C M Y K H S L
Decimal 40 72 88 0.55 0.18 0 0.65 200 0.38 0.25
Hex 28 48 58 37 12 0 41 C8 26 19
Octal 50 110 130 67 22 0 101 310 46 31
Binary 101000 1001000 1011000 110111 10010 0 1000001 11001000 100110 11001

Color Harmonies of #284858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284858

Black with #284858

Text Example


Text Example

White with #284858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284858; }

 p { color: rgb(40,72,88); }

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

background-color css

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

 a { background-color: rgb(40,72,88); }

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

border-color css

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

 span { border-color: rgb(40,72,88); }

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