#284357

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

Shades of Regal Blue #284357

Tints of Regal Blue #284357

Color information

#284357 (or 0x284357) is unknown color: approx Regal Blue. HEX triplet: 28, 43 and 57. RGB value is (40,67,87). Sum of RGB (Red+Green+Blue) = 40+67+87=194 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.62% from 194); Green value is 67 (26.56% from 255 or 34.54% from 194); Blue value is 87 (34.38% from 255 or 44.85% from 194); Max value from RGB is 87 - color contains mainly: blue. Hex color #284357 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284357 is #D7BCA8. Grayscale: #3D3D3D. Windows color (decimal): -14138537 or 5718824. OLE color: 5718824.

HSL color Cylindrical-coordinate representation of color #284357: hue angle of 205.53º 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 #284357 is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB406787-
CMYK0.540.2300.66
HSL205.53º37.01%24.9%-
HSV(B)205.53º54.02%34.12%-
XYZ4.65.159.77-
YUV61.21142.55112.87-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.62%
GREEN value IS 67 (26.56% from 255) = 34.54%
BLUE value IS 87 (34.38% from 255) = 44.85%
R=20.62%
G=34.54%
B=44.85%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4067870.540.2300.66205.5337.0124.9
Hex2843573617042ce2519
Octal50103127662701023164531
Binary1010001000011101011111011010111010000101100111010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284357; }

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

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

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

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

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

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

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

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