Html Css Color HEX #28485B Arapawa

📋 copy color: '#28485B'

red 40 ◦ green 72 ◦ blue 91

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

Shades of Arapawa #28485B

Tints of Arapawa #28485B

RGB

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

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

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

R = 19.7%
G = 35.47%
B = 44.83%

CMYK

 C value IS 0.56

 M value IS 0.21

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#28485B (or 0x28485B) is known color: Arapawa. HEX triplet: 28, 48 and 5B. RGB value is (40,72,91). Sum of RGB (Red+Green+Blue) = 40+72+91=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 72 (28.52% from 255 or 35.47% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 91 - color contains mainly: blue. Hex color #28485B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28485B is #D7B7A4. Grayscale: #404040. Windows color (decimal): -14137253 or 5982248. OLE color: 5982248.

HSL color Cylindrical-coordinate representation of color #28485B: hue angle of 202.35º 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 #28485B is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 40 72 91 -
CMYK 0.56 0.21 0 0.64
HSL 202.35º 0.39% 0.26% -
HSV(B) 202.35º 0.56% 0.36% -
XYZ 5.08 5.84 10.76 -
YUV 64.6 142.9 110.46 -
System Red Green Blue C M Y K H S L
Decimal 40 72 91 0.56 0.21 0 0.64 202.35 0.39 0.26
Hex 28 48 5B 38 15 0 40 CA 27 1A
Octal 50 110 133 70 25 0 100 312 47 32
Binary 101000 1001000 1011011 111000 10101 0 1000000 11001010 100111 11010

Color Harmonies of #28485B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28485B

Black with #28485B

Text Example


Text Example

White with #28485B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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