#284054

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

Shades of Regal Blue #284054

Tints of Regal Blue #284054

Color information

#284054 (or 0x284054) is unknown color: approx Regal Blue. HEX triplet: 28, 40 and 54. RGB value is (40,64,84). Sum of RGB (Red+Green+Blue) = 40+64+84=188 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.28% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 84 (33.20% from 255 or 44.68% from 188); Max value from RGB is 84 - color contains mainly: blue. Hex color #284054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284054 is #D7BFAB. Grayscale: #3B3B3B. Windows color (decimal): -14139308 or 5521448. OLE color: 5521448.

HSL color Cylindrical-coordinate representation of color #284054: hue angle of 207.27º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #284054 is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB406484-
CMYK0.520.2400.67
HSL207.27º35.48%24.31%-
HSV(B)207.27º52.38%32.94%-
XYZ4.314.769.08-
YUV59.1142.05114.37-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.28%
GREEN value IS 64 (25.39% from 255) = 34.04%
BLUE value IS 84 (33.20% from 255) = 44.68%
R=21.28%
G=34.04%
B=44.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4064840.520.2400.67207.2735.4824.31
Hex2840543418043cf2318
Octal50100124643001033174330
Binary1010001000000101010011010011000010000111100111110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284054; }

 p { color: rgb(40,64,84); }

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

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

 a { background-color: rgb(40,64,84); }

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

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

 span { border-color: rgb(40,64,84); }

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