#28435A

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

Shades of Regal Blue #28435A

Tints of Regal Blue #28435A

Color information

#28435A (or 0x28435A) is unknown color: approx Regal Blue. HEX triplet: 28, 43 and 5A. RGB value is (40,67,90). Sum of RGB (Red+Green+Blue) = 40+67+90=197 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.30% from 197); Green value is 67 (26.56% from 255 or 34.01% from 197); Blue value is 90 (35.55% from 255 or 45.69% from 197); Max value from RGB is 90 - color contains mainly: blue. Hex color #28435A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28435A is #D7BCA5. Grayscale: #3D3D3D. Windows color (decimal): -14138534 or 5915432. OLE color: 5915432.

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

Color convert

RGB406790-
CMYK0.560.2600.65
HSL207.6º38.46%25.49%-
HSV(B)207.6º55.56%35.29%-
XYZ4.735.210.43-
YUV61.55144.05112.63-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.30%
GREEN value IS 67 (26.56% from 255) = 34.01%
BLUE value IS 90 (35.55% from 255) = 45.69%
R=20.30%
G=34.01%
B=45.69%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4067900.560.2600.65207.638.4625.49
Hex28435A381A041d02619
Octal50103132703201013204631
Binary1010001000011101101011100011010010000011101000010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28435A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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