#284359

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

Shades of Regal Blue #284359

Tints of Regal Blue #284359

Color information

#284359 (or 0x284359) is unknown color: approx Regal Blue. HEX triplet: 28, 43 and 59. RGB value is (40,67,89). Sum of RGB (Red+Green+Blue) = 40+67+89=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 89 (35.16% from 255 or 45.41% from 196); Max value from RGB is 89 - color contains mainly: blue. Hex color #284359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284359 is #D7BCA6. Grayscale: #3D3D3D. Windows color (decimal): -14138535 or 5849896. OLE color: 5849896.

HSL color Cylindrical-coordinate representation of color #284359: hue angle of 206.94º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #284359 is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB406789-
CMYK0.550.2500.65
HSL206.94º37.98%25.29%-
HSV(B)206.94º55.06%34.9%-
XYZ4.695.1910.21-
YUV61.44143.55112.71-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.41%
GREEN value IS 67 (26.56% from 255) = 34.18%
BLUE value IS 89 (35.16% from 255) = 45.41%
R=20.41%
G=34.18%
B=45.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4067890.550.2500.65206.9437.9825.29
Hex2843593719041cf2619
Octal50103131673101013174631
Binary1010001000011101100111011111001010000011100111110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284359; }

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

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

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

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

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

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

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

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