#2f3d85

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

Shades of Resolution Blue #2F3D85

Tints of Resolution Blue #2F3D85

Color information

#2F3D85 (or 0x2F3D85) is unknown color: approx Resolution Blue. HEX triplet: 2F, 3D and 85. RGB value is (47,61,133). Sum of RGB (Red+Green+Blue) = 47+61+133=241 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.50% from 241); Green value is 61 (24.22% from 255 or 25.31% from 241); Blue value is 133 (52.34% from 255 or 55.19% from 241); Max value from RGB is 133 - color contains mainly: blue. Hex color #2F3D85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3D85 is #D0C27A. Grayscale: #404040. Windows color (decimal): -13681275 or 8731951. OLE color: 8731951.

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

Color convert

RGB4761133-
CMYK0.650.5400.48
HSL230.23º47.78%35.29%-
HSV(B)230.23º64.66%52.16%-
XYZ7.075.6422.91-
YUV65.02166.36115.15-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.50%
GREEN value IS 61 (24.22% from 255) = 25.31%
BLUE value IS 133 (52.34% from 255) = 55.19%
R=19.50%
G=25.31%
B=55.19%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal47611330.650.5400.48230.2347.7835.29
Hex2F3D854136030e63023
Octal5775205101660603466043
Binary101111111101100001011000001110110011000011100110110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f3d85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,61,133); }

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

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

 a { background-color: rgb(47,61,133); }

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

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

 span { border-color: rgb(47,61,133); }

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