#284157

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

Shades of Regal Blue #284157

Tints of Regal Blue #284157

Color information

#284157 (or 0x284157) is unknown color: approx Regal Blue. HEX triplet: 28, 41 and 57. RGB value is (40,65,87). Sum of RGB (Red+Green+Blue) = 40+65+87=192 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.83% from 192); Green value is 65 (25.78% from 255 or 33.85% from 192); Blue value is 87 (34.38% from 255 or 45.31% from 192); Max value from RGB is 87 - color contains mainly: blue. Hex color #284157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284157 is #D7BEA8. Grayscale: #3B3B3B. Windows color (decimal): -14139049 or 5718312. OLE color: 5718312.

HSL color Cylindrical-coordinate representation of color #284157: hue angle of 208.09º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #284157 is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB406587-
CMYK0.540.2500.66
HSL208.09º37.01%24.9%-
HSV(B)208.09º54.02%34.12%-
XYZ4.494.929.73-
YUV60.03143.22113.71-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.83%
GREEN value IS 65 (25.78% from 255) = 33.85%
BLUE value IS 87 (34.38% from 255) = 45.31%
R=20.83%
G=33.85%
B=45.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4065870.540.2500.66208.0937.0124.9
Hex2841573619042d02519
Octal50101127663101023204531
Binary1010001000001101011111011011001010000101101000010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284157; }

 p { color: rgb(40,65,87); }

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

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

 a { background-color: rgb(40,65,87); }

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

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

 span { border-color: rgb(40,65,87); }

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