#284259

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

Shades of Regal Blue #284259

Tints of Regal Blue #284259

Color information

#284259 (or 0x284259) is unknown color: approx Regal Blue. HEX triplet: 28, 42 and 59. RGB value is (40,66,89). Sum of RGB (Red+Green+Blue) = 40+66+89=195 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.51% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 89 - color contains mainly: blue. Hex color #284259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284259 is #D7BDA6. Grayscale: #3C3C3C. Windows color (decimal): -14138791 or 5849640. OLE color: 5849640.

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

Color convert

RGB406689-
CMYK0.550.2600.65
HSL208.16º37.98%25.29%-
HSV(B)208.16º55.06%34.9%-
XYZ4.635.0710.19-
YUV60.85143.89113.13-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.51%
GREEN value IS 66 (26.17% from 255) = 33.85%
BLUE value IS 89 (35.16% from 255) = 45.64%
R=20.51%
G=33.85%
B=45.64%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4066890.550.2600.65208.1637.9825.29
Hex284259371A041d02619
Octal50102131673201013204631
Binary1010001000010101100111011111010010000011101000010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284259; }

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

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

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

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

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

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

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

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