#28435B

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

Shades of Regal Blue #28435B

Tints of Regal Blue #28435B

Color information

#28435B (or 0x28435B) is unknown color: approx Regal Blue. HEX triplet: 28, 43 and 5B. RGB value is (40,67,91). Sum of RGB (Red+Green+Blue) = 40+67+91=198 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.20% from 198); Green value is 67 (26.56% from 255 or 33.84% from 198); Blue value is 91 (35.94% from 255 or 45.96% from 198); Max value from RGB is 91 - color contains mainly: blue. Hex color #28435B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28435B is #D7BCA4. Grayscale: #3D3D3D. Windows color (decimal): -14138533 or 5980968. OLE color: 5980968.

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

Color convert

RGB406791-
CMYK0.560.2600.64
HSL208.24º38.93%25.69%-
HSV(B)208.24º56.04%35.69%-
XYZ4.775.2210.65-
YUV61.66144.55112.55-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.20%
GREEN value IS 67 (26.56% from 255) = 33.84%
BLUE value IS 91 (35.94% from 255) = 45.96%
R=20.20%
G=33.84%
B=45.96%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4067910.560.2600.64208.2438.9325.69
Hex28435B381A040d0271a
Octal50103133703201003204732
Binary1010001000011101101111100011010010000001101000010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28435B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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