#284055

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

Shades of Regal Blue #284055

Tints of Regal Blue #284055

Color information

#284055 (or 0x284055) is unknown color: approx Regal Blue. HEX triplet: 28, 40 and 55. RGB value is (40,64,85). Sum of RGB (Red+Green+Blue) = 40+64+85=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 85 (33.59% from 255 or 44.97% from 189); Max value from RGB is 85 - color contains mainly: blue. Hex color #284055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284055 is #D7BFAA. Grayscale: #3B3B3B. Windows color (decimal): -14139307 or 5586984. OLE color: 5586984.

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

Color convert

RGB406485-
CMYK0.530.2500.67
HSL208º36%24.51%-
HSV(B)208º52.94%33.33%-
XYZ4.354.779.29-
YUV59.22142.55114.29-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.16%
GREEN value IS 64 (25.39% from 255) = 33.86%
BLUE value IS 85 (33.59% from 255) = 44.97%
R=21.16%
G=33.86%
B=44.97%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4064850.530.2500.672083624.51
Hex2840553519043d02419
Octal50100125653101033204431
Binary1010001000000101010111010111001010000111101000010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284055; }

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

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

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

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

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

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

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

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