Html Css Color HEX #28475C Arapawa

📋 copy color: '#28475C'

red 40 ◦ green 71 ◦ blue 92

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

Shades of Arapawa #28475C

Tints of Arapawa #28475C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 45.32%

R = 19.7%
G = 34.98%
B = 45.32%

CMYK

 C value IS 0.57

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#28475C (or 0x28475C) is known color: Arapawa. HEX triplet: 28, 47 and 5C. RGB value is (40,71,92). Sum of RGB (Red+Green+Blue) = 40+71+92=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 92 - color contains mainly: blue. Hex color #28475C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28475C is #D7B8A3. Grayscale: #404040. Windows color (decimal): -14137508 or 6047528. OLE color: 6047528.

HSL color Cylindrical-coordinate representation of color #28475C: hue angle of 204.23º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #28475C is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 40 71 92 -
CMYK 0.57 0.23 0 0.64
HSL 204.23º 0.39% 0.26% -
HSV(B) 204.23º 0.57% 0.36% -
XYZ 5.06 5.73 10.96 -
YUV 64.13 143.73 110.79 -
System Red Green Blue C M Y K H S L
Decimal 40 71 92 0.57 0.23 0 0.64 204.23 0.39 0.26
Hex 28 47 5C 39 17 0 40 CC 27 1A
Octal 50 107 134 71 27 0 100 314 47 32
Binary 101000 1000111 1011100 111001 10111 0 1000000 11001100 100111 11010

Color Harmonies of #28475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28475C

Black with #28475C

Text Example


Text Example

White with #28475C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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