#28425B

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

Shades of Regal Blue #28425B

Tints of Regal Blue #28425B

Color information

#28425B (or 0x28425B) is unknown color: approx Regal Blue. HEX triplet: 28, 42 and 5B. RGB value is (40,66,91). Sum of RGB (Red+Green+Blue) = 40+66+91=197 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.30% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 91 (35.94% from 255 or 46.19% from 197); Max value from RGB is 91 - color contains mainly: blue. Hex color #28425B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28425B is #D7BDA4. Grayscale: #3C3C3C. Windows color (decimal): -14138789 or 5980712. OLE color: 5980712.

HSL color Cylindrical-coordinate representation of color #28425B: hue angle of 209.41º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #28425B is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB406691-
CMYK0.560.2700.64
HSL209.41º38.93%25.69%-
HSV(B)209.41º56.04%35.69%-
XYZ4.715.110.63-
YUV61.08144.89112.97-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.30%
GREEN value IS 66 (26.17% from 255) = 33.50%
BLUE value IS 91 (35.94% from 255) = 46.19%
R=20.30%
G=33.50%
B=46.19%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4066910.560.2700.64209.4138.9325.69
Hex28425B381B040d1271a
Octal50102133703301003214732
Binary1010001000010101101111100011011010000001101000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28425B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28425B; }

 p { color: rgb(40,66,91); }

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

<style>
 a { background-color: #28425B; }

 a { background-color: rgb(40,66,91); }

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

<style>
 span { border-color: #28425B; }

 span { border-color: rgb(40,66,91); }

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