#2F4084

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

Shades of Resolution Blue #2F4084

Tints of Resolution Blue #2F4084

Color information

#2F4084 (or 0x2F4084) is unknown color: approx Resolution Blue. HEX triplet: 2F, 40 and 84. RGB value is (47,64,132). Sum of RGB (Red+Green+Blue) = 47+64+132=243 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.34% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 132 (51.95% from 255 or 54.32% from 243); Max value from RGB is 132 - color contains mainly: blue. Hex color #2F4084 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F4084 is #D0BF7B. Grayscale: #424242. Windows color (decimal): -13680508 or 8667183. OLE color: 8667183.

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

Color convert

RGB4764132-
CMYK0.640.5200.48
HSL228º47.49%35.1%-
HSV(B)228º64.39%51.76%-
XYZ7.175.9422.6-
YUV66.67164.87113.97-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.34%
GREEN value IS 64 (25.39% from 255) = 26.34%
BLUE value IS 132 (51.95% from 255) = 54.32%
R=19.34%
G=26.34%
B=54.32%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal47641320.640.5200.4822847.4935.1
Hex2F40844034030e42f23
Octal57100204100640603445743
Binary1011111000000100001001000000110100011000011100100101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,64,132); }

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

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

 a { background-color: rgb(47,64,132); }

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

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

 span { border-color: rgb(47,64,132); }

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