Html Css Color HEX #28525F Arapawa

📋 copy color: '#28525F'

red 40 ◦ green 82 ◦ blue 95

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

Shades of Arapawa #28525F

Tints of Arapawa #28525F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.79%

 BLUE value IS 95 (37.5% from 255) = 43.78%

R = 18.43%
G = 37.79%
B = 43.78%

CMYK

 C value IS 0.58

 M value IS 0.14

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#28525F (or 0x28525F) is known color: Arapawa. HEX triplet: 28, 52 and 5F. RGB value is (40,82,95). Sum of RGB (Red+Green+Blue) = 40+82+95=217 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.43% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 95 (37.5% from 255 or 43.78% from 217); Max value from RGB is 95 - color contains mainly: blue. Hex color #28525F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28525F is #D7ADA0. Grayscale: #464646. Windows color (decimal): -14134689 or 6246952. OLE color: 6246952.

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

Color convert

RGB 40 82 95 -
CMYK 0.58 0.14 0 0.63
HSL 194.18º 0.41% 0.26% -
HSV(B) 194.18º 0.58% 0.37% -
XYZ 5.96 7.31 11.92 -
YUV 70.92 141.59 105.94 -
System Red Green Blue C M Y K H S L
Decimal 40 82 95 0.58 0.14 0 0.63 194.18 0.41 0.26
Hex 28 52 5F 3A E 0 3F C2 29 1A
Octal 50 122 137 72 16 0 77 302 51 32
Binary 101000 1010010 1011111 111010 1110 0 111111 11000010 101001 11010

Color Harmonies of #28525F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28525F

Black with #28525F

Text Example


Text Example

White with #28525F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #28525F;
 }
 .AnyTagClassName
 {
   color: #28525F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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