Html Css Color HEX #28475E Arapawa

📋 copy color: '#28475E'

red 40 ◦ green 71 ◦ blue 94

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

Shades of Arapawa #28475E

Tints of Arapawa #28475E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 45.85%

R = 19.51%
G = 34.63%
B = 45.85%

CMYK

 C value IS 0.57

 M value IS 0.24

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#28475E (or 0x28475E) is known color: Arapawa. HEX triplet: 28, 47 and 5E. RGB value is (40,71,94). Sum of RGB (Red+Green+Blue) = 40+71+94=205 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.51% from 205); Green value is 71 (28.12% from 255 or 34.63% from 205); Blue value is 94 (37.11% from 255 or 45.85% from 205); Max value from RGB is 94 - color contains mainly: blue. Hex color #28475E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28475E is #D7B8A1. Grayscale: #404040. Windows color (decimal): -14137506 or 6178600. OLE color: 6178600.

HSL color Cylindrical-coordinate representation of color #28475E: hue angle of 205.56º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #28475E is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 40 71 94 -
CMYK 0.57 0.24 0 0.63
HSL 205.56º 0.4% 0.26% -
HSV(B) 205.56º 0.57% 0.37% -
XYZ 5.15 5.77 11.43 -
YUV 64.35 144.73 110.63 -
System Red Green Blue C M Y K H S L
Decimal 40 71 94 0.57 0.24 0 0.63 205.56 0.4 0.26
Hex 28 47 5E 39 18 0 3F CE 28 1A
Octal 50 107 136 71 30 0 77 316 50 32
Binary 101000 1000111 1011110 111001 11000 0 111111 11001110 101000 11010

Color Harmonies of #28475E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28475E

Black with #28475E

Text Example


Text Example

White with #28475E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28475E; }

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

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

background-color css

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

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

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

border-color css

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

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

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