Html Css Color HEX #28505D Arapawa

📋 copy color: '#28505D'

red 40 ◦ green 80 ◦ blue 93

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

Shades of Arapawa #28505D

Tints of Arapawa #28505D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.56%

 BLUE value IS 93 (36.72% from 255) = 43.66%

R = 18.78%
G = 37.56%
B = 43.66%

CMYK

 C value IS 0.57

 M value IS 0.14

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#28505D (or 0x28505D) is known color: Arapawa. HEX triplet: 28, 50 and 5D. RGB value is (40,80,93). Sum of RGB (Red+Green+Blue) = 40+80+93=213 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.78% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 93 - color contains mainly: blue. Hex color #28505D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28505D is #D7AFA2. Grayscale: #454545. Windows color (decimal): -14135203 or 6115368. OLE color: 6115368.

HSL color Cylindrical-coordinate representation of color #28505D: hue angle of 194.72º degrees, saturation: 0.4, 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 #28505D is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 40 80 93 -
CMYK 0.57 0.14 0 0.64
HSL 194.72º 0.4% 0.26% -
HSV(B) 194.72º 0.57% 0.36% -
XYZ 5.72 6.98 11.4 -
YUV 69.52 141.25 106.94 -
System Red Green Blue C M Y K H S L
Decimal 40 80 93 0.57 0.14 0 0.64 194.72 0.4 0.26
Hex 28 50 5D 39 E 0 40 C3 28 1A
Octal 50 120 135 71 16 0 100 303 50 32
Binary 101000 1010000 1011101 111001 1110 0 1000000 11000011 101000 11010

Color Harmonies of #28505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28505D

Black with #28505D

Text Example


Text Example

White with #28505D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28505D; }

 p { color: rgb(40,80,93); }

 H1.HeaderClassName
 {
   color: #28505D;
 }
 .AnyTagClassName
 {
   color: #28505D;
 }
</style>

background-color css

<style>
 a { background-color: #28505D; }

 a { background-color: rgb(40,80,93); }

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

border-color css

<style>
 span { border-color: #28505D; }

 span { border-color: rgb(40,80,93); }

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