#2F3D7C

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

Shades of Resolution Blue #2F3D7C

Tints of Resolution Blue #2F3D7C

Color information

#2F3D7C (or 0x2F3D7C) is unknown color: approx Resolution Blue. HEX triplet: 2F, 3D and 7C. RGB value is (47,61,124). Sum of RGB (Red+Green+Blue) = 47+61+124=232 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.26% from 232); Green value is 61 (24.22% from 255 or 26.29% from 232); Blue value is 124 (48.83% from 255 or 53.45% from 232); Max value from RGB is 124 - color contains mainly: blue. Hex color #2F3D7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3D7C is #D0C283. Grayscale: #3F3F3F. Windows color (decimal): -13681284 or 8142127. OLE color: 8142127.

HSL color Cylindrical-coordinate representation of color #2F3D7C: hue angle of 229.09º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F3D7C is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4761124-
CMYK0.620.5100.51
HSL229.09º45.03%33.53%-
HSV(B)229.09º62.1%48.63%-
XYZ6.485.419.77-
YUV64161.86115.88-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.26%
GREEN value IS 61 (24.22% from 255) = 26.29%
BLUE value IS 124 (48.83% from 255) = 53.45%
R=20.26%
G=26.29%
B=53.45%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal47611240.620.5100.51229.0945.0333.53
Hex2F3D7C3E33033e52d22
Octal577517476630633455542
Binary1011111111011111100111110110011011001111100101101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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