#28425A

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

Shades of Regal Blue #28425A

Tints of Regal Blue #28425A

Color information

#28425A (or 0x28425A) is unknown color: approx Regal Blue. HEX triplet: 28, 42 and 5A. RGB value is (40,66,90). Sum of RGB (Red+Green+Blue) = 40+66+90=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 90 (35.55% from 255 or 45.92% from 196); Max value from RGB is 90 - color contains mainly: blue. Hex color #28425A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28425A is #D7BDA5. Grayscale: #3C3C3C. Windows color (decimal): -14138790 or 5915176. OLE color: 5915176.

HSL color Cylindrical-coordinate representation of color #28425A: hue angle of 208.8º 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 #28425A is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB406690-
CMYK0.560.2700.65
HSL208.8º38.46%25.49%-
HSV(B)208.8º55.56%35.29%-
XYZ4.675.0910.41-
YUV60.96144.39113.05-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.41%
GREEN value IS 66 (26.17% from 255) = 33.67%
BLUE value IS 90 (35.55% from 255) = 45.92%
R=20.41%
G=33.67%
B=45.92%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4066900.560.2700.65208.838.4625.49
Hex28425A381B041d12619
Octal50102132703301013214631
Binary1010001000010101101011100011011010000011101000110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28425A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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