#284376

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

Shades of Resolution Blue #284376

Tints of Resolution Blue #284376

Color information

#284376 (or 0x284376) is unknown color: approx Resolution Blue. HEX triplet: 28, 43 and 76. RGB value is (40,67,118). Sum of RGB (Red+Green+Blue) = 40+67+118=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 67 (26.56% from 255 or 29.78% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #284376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284376 is #D7BC89. Grayscale: #404040. Windows color (decimal): -14138506 or 7750440. OLE color: 7750440.

HSL color Cylindrical-coordinate representation of color #284376: hue angle of 219.23º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #284376 is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4067118-
CMYK0.660.4300.54
HSL219.23º49.37%30.98%-
HSV(B)219.23º66.1%46.27%-
XYZ6.155.7717.93-
YUV64.74158.05110.35-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.78%
GREEN value IS 67 (26.56% from 255) = 29.78%
BLUE value IS 118 (46.48% from 255) = 52.44%
R=17.78%
G=29.78%
B=52.44%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal40671180.660.4300.54219.2349.3730.98
Hex284376422B036db311f
Octal50103166102530663336137
Binary10100010000111110110100001010101101101101101101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284376; }

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

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

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

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

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

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

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

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