#284256

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

Shades of Regal Blue #284256

Tints of Regal Blue #284256

Color information

#284256 (or 0x284256) is unknown color: approx Regal Blue. HEX triplet: 28, 42 and 56. RGB value is (40,66,86). Sum of RGB (Red+Green+Blue) = 40+66+86=192 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.83% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 86 (33.98% from 255 or 44.79% from 192); Max value from RGB is 86 - color contains mainly: blue. Hex color #284256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284256 is #D7BDA9. Grayscale: #3C3C3C. Windows color (decimal): -14138794 or 5653032. OLE color: 5653032.

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

Color convert

RGB406686-
CMYK0.530.2300.66
HSL206.09º36.51%24.71%-
HSV(B)206.09º53.49%33.73%-
XYZ4.55.029.54-
YUV60.51142.39113.37-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.83%
GREEN value IS 66 (26.17% from 255) = 34.38%
BLUE value IS 86 (33.98% from 255) = 44.79%
R=20.83%
G=34.38%
B=44.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4066860.530.2300.66206.0936.5124.71
Hex2842563517042ce2519
Octal50102126652701023164531
Binary1010001000010101011011010110111010000101100111010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284256; }

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

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

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

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

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

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

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

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