#28445A

Color #28445A Regal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regal Blue #28445A

Tints of Regal Blue #28445A

Color information

#28445A (or 0x28445A) is unknown color: approx Regal Blue. HEX triplet: 28, 44 and 5A. RGB value is (40,68,90). Sum of RGB (Red+Green+Blue) = 40+68+90=198 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.20% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 90 (35.55% from 255 or 45.45% from 198); Max value from RGB is 90 - color contains mainly: blue. Hex color #28445A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28445A is #D7BBA5. Grayscale: #3E3E3E. Windows color (decimal): -14138278 or 5915688. OLE color: 5915688.

HSL color Cylindrical-coordinate representation of color #28445A: hue angle of 206.4º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #28445A is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB406890-
CMYK0.560.2400.65
HSL206.4º38.46%25.49%-
HSV(B)206.4º55.56%35.29%-
XYZ4.795.3210.45-
YUV62.14143.72112.21-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.20%
GREEN value IS 68 (26.95% from 255) = 34.34%
BLUE value IS 90 (35.55% from 255) = 45.45%
R=20.20%
G=34.34%
B=45.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4068900.560.2400.65206.438.4625.49
Hex28445A3818041ce2619
Octal50104132703001013164631
Binary1010001000100101101011100011000010000011100111010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28445A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28445A; }

 p { color: rgb(40,68,90); }

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

<style>
 a { background-color: #28445A; }

 a { background-color: rgb(40,68,90); }

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

<style>
 span { border-color: #28445A; }

 span { border-color: rgb(40,68,90); }

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