#2A387C

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

Shades of Resolution Blue #2A387C

Tints of Resolution Blue #2A387C

Color information

#2A387C (or 0x2A387C) is unknown color: approx Resolution Blue. HEX triplet: 2A, 38 and 7C. RGB value is (42,56,124). Sum of RGB (Red+Green+Blue) = 42+56+124=222 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.92% from 222); Green value is 56 (22.27% from 255 or 25.23% from 222); Blue value is 124 (48.83% from 255 or 55.86% from 222); Max value from RGB is 124 - color contains mainly: blue. Hex color #2A387C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A387C is #D5C783. Grayscale: #3B3B3B. Windows color (decimal): -14010244 or 8140842. OLE color: 8140842.

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

Color convert

RGB4256124-
CMYK0.660.5500.51
HSL229.76º49.4%32.55%-
HSV(B)229.76º66.13%48.63%-
XYZ6.014.7819.67-
YUV59.57164.36115.47-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.92%
GREEN value IS 56 (22.27% from 255) = 25.23%
BLUE value IS 124 (48.83% from 255) = 55.86%
R=18.92%
G=25.23%
B=55.86%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal42561240.660.5500.51229.7649.432.55
Hex2A387C4237033e63121
Octal5270174102670633466141
Binary10101011100011111001000010110111011001111100110110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A387C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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