#2A387B

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

Shades of Resolution Blue #2A387B

Tints of Resolution Blue #2A387B

Color information

#2A387B (or 0x2A387B) is unknown color: approx Resolution Blue. HEX triplet: 2A, 38 and 7B. RGB value is (42,56,123). Sum of RGB (Red+Green+Blue) = 42+56+123=221 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.00% from 221); Green value is 56 (22.27% from 255 or 25.34% from 221); Blue value is 123 (48.44% from 255 or 55.66% from 221); Max value from RGB is 123 - color contains mainly: blue. Hex color #2A387B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A387B is #D5C784. Grayscale: #3B3B3B. Windows color (decimal): -14010245 or 8075306. OLE color: 8075306.

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

Color convert

RGB4256123-
CMYK0.660.5400.52
HSL229.63º49.09%32.35%-
HSV(B)229.63º65.85%48.24%-
XYZ5.944.7519.34-
YUV59.45163.86115.55-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.00%
GREEN value IS 56 (22.27% from 255) = 25.34%
BLUE value IS 123 (48.44% from 255) = 55.66%
R=19.00%
G=25.34%
B=55.66%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal42561230.660.5400.52229.6349.0932.35
Hex2A387B4236034e63120
Octal5270173102660643466140
Binary10101011100011110111000010110110011010011100110110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A387B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,56,123); }

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

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

 a { background-color: rgb(42,56,123); }

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

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

 span { border-color: rgb(42,56,123); }

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