#2F3D88

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

Shades of Resolution Blue #2F3D88

Tints of Resolution Blue #2F3D88

Color information

#2F3D88 (or 0x2F3D88) is unknown color: approx Resolution Blue. HEX triplet: 2F, 3D and 88. RGB value is (47,61,136). Sum of RGB (Red+Green+Blue) = 47+61+136=244 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.26% from 244); Green value is 61 (24.22% from 255 or 25% from 244); Blue value is 136 (53.52% from 255 or 55.74% from 244); Max value from RGB is 136 - color contains mainly: blue. Hex color #2F3D88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3D88 is #D0C277. Grayscale: #414141. Windows color (decimal): -13681272 or 8928559. OLE color: 8928559.

HSL color Cylindrical-coordinate representation of color #2F3D88: hue angle of 230.56º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F3D88 is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4761136-
CMYK0.650.5500.47
HSL230.56º48.63%35.88%-
HSV(B)230.56º65.44%53.33%-
XYZ7.285.7224.01-
YUV65.36167.86114.9-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.26%
GREEN value IS 61 (24.22% from 255) = 25%
BLUE value IS 136 (53.52% from 255) = 55.74%
R=19.26%
G=25%
B=55.74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal47611360.650.5500.47230.5648.6335.88
Hex2F3D88413702Fe73124
Octal5775210101670573476144
Binary101111111101100010001000001110111010111111100111110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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