#2F3E82

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

Shades of Resolution Blue #2F3E82

Tints of Resolution Blue #2F3E82

Color information

#2F3E82 (or 0x2F3E82) is unknown color: approx Resolution Blue. HEX triplet: 2F, 3E and 82. RGB value is (47,62,130). Sum of RGB (Red+Green+Blue) = 47+62+130=239 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.67% from 239); Green value is 62 (24.61% from 255 or 25.94% from 239); Blue value is 130 (51.17% from 255 or 54.39% from 239); Max value from RGB is 130 - color contains mainly: blue. Hex color #2F3E82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3E82 is #D0C17D. Grayscale: #404040. Windows color (decimal): -13681022 or 8535599. OLE color: 8535599.

HSL color Cylindrical-coordinate representation of color #2F3E82: hue angle of 229.16º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F3E82 is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4762130-
CMYK0.640.5200.49
HSL229.16º46.89%34.71%-
HSV(B)229.16º63.85%50.98%-
XYZ6.925.6621.85-
YUV65.27164.53114.97-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.67%
GREEN value IS 62 (24.61% from 255) = 25.94%
BLUE value IS 130 (51.17% from 255) = 54.39%
R=19.67%
G=25.94%
B=54.39%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal47621300.640.5200.49229.1646.8934.71
Hex2F3E824034031e52f23
Octal5776202100640613455743
Binary101111111110100000101000000110100011000111100101101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F3E82; }

 p { color: rgb(47,62,130); }

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

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

 a { background-color: rgb(47,62,130); }

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

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

 span { border-color: rgb(47,62,130); }

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