#283F72

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

Shades of Resolution Blue #283F72

Tints of Resolution Blue #283F72

Color information

#283F72 (or 0x283F72) is unknown color: approx Resolution Blue. HEX triplet: 28, 3F and 72. RGB value is (40,63,114). Sum of RGB (Red+Green+Blue) = 40+63+114=217 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.43% from 217); Green value is 63 (25% from 255 or 29.03% from 217); Blue value is 114 (44.92% from 255 or 52.53% from 217); Max value from RGB is 114 - color contains mainly: blue. Hex color #283F72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283F72 is #D7C08D. Grayscale: #3D3D3D. Windows color (decimal): -14139534 or 7487272. OLE color: 7487272.

HSL color Cylindrical-coordinate representation of color #283F72: hue angle of 221.35º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #283F72 is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4063114-
CMYK0.650.4500.55
HSL221.35º48.05%30.2%-
HSV(B)221.35º64.91%44.71%-
XYZ5.695.2216.63-
YUV61.94157.38112.35-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.43%
GREEN value IS 63 (25% from 255) = 29.03%
BLUE value IS 114 (44.92% from 255) = 52.53%
R=18.43%
G=29.03%
B=52.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40631140.650.4500.55221.3548.0530.2
Hex283F72412D037dd301e
Octal5077162101550673356036
Binary1010001111111110010100000110110101101111101110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283F72; }

 p { color: rgb(40,63,114); }

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

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

 a { background-color: rgb(40,63,114); }

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

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

 span { border-color: rgb(40,63,114); }

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