#28465C

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

Shades of Arapawa #28465C

Tints of Arapawa #28465C

Color information

#28465C (or 0x28465C) is unknown color: approx Arapawa. HEX triplet: 28, 46 and 5C. RGB value is (40,70,92). Sum of RGB (Red+Green+Blue) = 40+70+92=202 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.80% from 202); Green value is 70 (27.73% from 255 or 34.65% from 202); Blue value is 92 (36.33% from 255 or 45.54% from 202); Max value from RGB is 92 - color contains mainly: blue. Hex color #28465C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28465C is #D7B9A3. Grayscale: #3F3F3F. Windows color (decimal): -14137764 or 6047272. OLE color: 6047272.

HSL color Cylindrical-coordinate representation of color #28465C: hue angle of 205.38º degrees, saturation: 0.39, 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 #28465C is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB407092-
CMYK0.570.2400.64
HSL205.38º39.39%25.88%-
HSV(B)205.38º56.52%36.08%-
XYZ55.610.94-
YUV63.54144.06111.21-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.80%
GREEN value IS 70 (27.73% from 255) = 34.65%
BLUE value IS 92 (36.33% from 255) = 45.54%
R=19.80%
G=34.65%
B=45.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4070920.570.2400.64205.3839.3925.88
Hex28465C3918040cd271a
Octal50106134713001003154732
Binary1010001000110101110011100111000010000001100110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28465C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28465C; }

 p { color: rgb(40,70,92); }

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

<style>
 a { background-color: #28465C; }

 a { background-color: rgb(40,70,92); }

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

<style>
 span { border-color: #28465C; }

 span { border-color: rgb(40,70,92); }

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