Html Css Color HEX #28535F Arapawa

📋 copy color: '#28535F'

red 40 ◦ green 83 ◦ blue 95

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

Shades of Arapawa #28535F

Tints of Arapawa #28535F

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 value IS 0.58

 M value IS 0.13

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#28535F (or 0x28535F) is known color: 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

RGB 40 83 95 -
CMYK 0.58 0.13 0 0.63
HSL 193.09º 0.41% 0.26% -
HSV(B) 193.09º 0.58% 0.37% -
XYZ 6.03 7.46 11.95 -
YUV 71.51 141.25 105.52 -
System Red Green Blue C M Y K H S L
Decimal 40 83 95 0.58 0.13 0 0.63 193.09 0.41 0.26
Hex 28 53 5F 3A D 0 3F C1 29 1A
Octal 50 123 137 72 15 0 77 301 51 32
Binary 101000 1010011 1011111 111010 1101 0 111111 11000001 101001 11010

Color Harmonies of #28535F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28535F

Black with #28535F

Text Example


Text Example

White with #28535F

Text Example


Text Example

HTML Codes & Css Web 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>