#28535F

Color #28535F Arapawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arapawa #28535F

Tints of Arapawa #28535F

Color information

#28535F (or 0x28535F) is unknown color: approx Arapawa. HEX triplet: 28, 53 and 5F. RGB value is (40,83,95). Sum of RGB (Red+Green+Blue) = 40+83+95=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 95 (37.5% from 255 or 43.58% from 218); Max value from RGB is 95 - color contains mainly: blue. Hex color #28535F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28535F is #D7ACA0. Grayscale: #474747. Windows color (decimal): -14134433 or 6247208. OLE color: 6247208.

HSL color Cylindrical-coordinate representation of color #28535F: hue angle of 193.09º 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 #28535F is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB408395-
CMYK0.580.1300.63
HSL193.09º40.74%26.47%-
HSV(B)193.09º57.89%37.25%-
XYZ6.037.4611.95-
YUV71.51141.25105.52-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.35%
GREEN value IS 83 (32.81% from 255) = 38.07%
BLUE value IS 95 (37.5% from 255) = 43.58%
R=18.35%
G=38.07%
B=43.58%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4083950.580.1300.63193.0940.7426.47
Hex28535F3AD03Fc1291a
Octal5012313772150773015132
Binary10100010100111011111111010110101111111100000110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28535F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #28535F;
 }
 .AnyTagClassName
 {
   color: #28535F;
 }
</style>
background-color css

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

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

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

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

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

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