Html Css Color HEX #28475F Arapawa

📋 copy color: '#28475F'

red 40 ◦ green 71 ◦ blue 95

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

Shades of Arapawa #28475F

Tints of Arapawa #28475F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 46.12%

R = 19.42%
G = 34.47%
B = 46.12%

CMYK

 C value IS 0.58

 M value IS 0.25

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#28475F (or 0x28475F) is known color: Arapawa. HEX triplet: 28, 47 and 5F. RGB value is (40,71,95). Sum of RGB (Red+Green+Blue) = 40+71+95=206 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.42% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 95 (37.5% from 255 or 46.12% from 206); Max value from RGB is 95 - color contains mainly: blue. Hex color #28475F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28475F is #D7B8A0. Grayscale: #404040. Windows color (decimal): -14137505 or 6244136. OLE color: 6244136.

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

Color convert

RGB 40 71 95 -
CMYK 0.58 0.25 0 0.63
HSL 206.18º 0.41% 0.26% -
HSV(B) 206.18º 0.58% 0.37% -
XYZ 5.19 5.78 11.67 -
YUV 64.47 145.23 110.55 -
System Red Green Blue C M Y K H S L
Decimal 40 71 95 0.58 0.25 0 0.63 206.18 0.41 0.26
Hex 28 47 5F 3A 19 0 3F CE 29 1A
Octal 50 107 137 72 31 0 77 316 51 32
Binary 101000 1000111 1011111 111010 11001 0 111111 11001110 101001 11010

Color Harmonies of #28475F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28475F

Black with #28475F

Text Example


Text Example

White with #28475F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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