#2A386D

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

Shades of Resolution Blue #2A386D

Tints of Resolution Blue #2A386D

Color information

#2A386D (or 0x2A386D) is unknown color: approx Resolution Blue. HEX triplet: 2A, 38 and 6D. RGB value is (42,56,109). Sum of RGB (Red+Green+Blue) = 42+56+109=207 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.29% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 109 (42.97% from 255 or 52.66% from 207); Max value from RGB is 109 - color contains mainly: blue. Hex color #2A386D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A386D is #D5C792. Grayscale: #393939. Windows color (decimal): -14010259 or 7157802. OLE color: 7157802.

HSL color Cylindrical-coordinate representation of color #2A386D: hue angle of 227.46º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2A386D is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4256109-
CMYK0.610.4900.57
HSL227.46º44.37%29.61%-
HSV(B)227.46º61.47%42.75%-
XYZ5.134.4215.05-
YUV57.86156.86116.69-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.29%
GREEN value IS 56 (22.27% from 255) = 27.05%
BLUE value IS 109 (42.97% from 255) = 52.66%
R=20.29%
G=27.05%
B=52.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal42561090.610.4900.57227.4644.3729.61
Hex2A386D3D31039e32c1e
Octal527015575610713435436
Binary101010111000110110111110111000101110011110001110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A386D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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