Html Css Color HEX #28475B Arapawa

📋 copy color: '#28475B'

red 40 ◦ green 71 ◦ blue 91

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

Shades of Arapawa #28475B

Tints of Arapawa #28475B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 45.05%

R = 19.8%
G = 35.15%
B = 45.05%

CMYK

 C value IS 0.56

 M value IS 0.22

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#28475B (or 0x28475B) is known color: Arapawa. HEX triplet: 28, 47 and 5B. RGB value is (40,71,91). Sum of RGB (Red+Green+Blue) = 40+71+91=202 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.80% from 202); Green value is 71 (28.12% from 255 or 35.15% from 202); Blue value is 91 (35.94% from 255 or 45.05% from 202); Max value from RGB is 91 - color contains mainly: blue. Hex color #28475B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28475B is #D7B8A4. Grayscale: #3F3F3F. Windows color (decimal): -14137509 or 5981992. OLE color: 5981992.

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

Color convert

RGB 40 71 91 -
CMYK 0.56 0.22 0 0.64
HSL 203.53º 0.39% 0.26% -
HSV(B) 203.53º 0.56% 0.36% -
XYZ 5.02 5.71 10.74 -
YUV 64.01 143.23 110.87 -
System Red Green Blue C M Y K H S L
Decimal 40 71 91 0.56 0.22 0 0.64 203.53 0.39 0.26
Hex 28 47 5B 38 16 0 40 CC 27 1A
Octal 50 107 133 70 26 0 100 314 47 32
Binary 101000 1000111 1011011 111000 10110 0 1000000 11001100 100111 11010

Color Harmonies of #28475B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28475B

Black with #28475B

Text Example


Text Example

White with #28475B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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