#2D3A6C

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

Shades of Resolution Blue #2D3A6C

Tints of Resolution Blue #2D3A6C

Color information

#2D3A6C (or 0x2D3A6C) is unknown color: approx Resolution Blue. HEX triplet: 2D, 3A and 6C. RGB value is (45,58,108). Sum of RGB (Red+Green+Blue) = 45+58+108=211 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.33% from 211); Green value is 58 (23.05% from 255 or 27.49% from 211); Blue value is 108 (42.58% from 255 or 51.18% from 211); Max value from RGB is 108 - color contains mainly: blue. Hex color #2D3A6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D3A6C is #D2C593. Grayscale: #3B3B3B. Windows color (decimal): -13813140 or 7092781. OLE color: 7092781.

HSL color Cylindrical-coordinate representation of color #2D3A6C: hue angle of 227.62º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D3A6C is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4558108-
CMYK0.580.4600.58
HSL227.62º41.18%30%-
HSV(B)227.62º58.33%42.35%-
XYZ5.34.6714.81-
YUV59.81155.19117.43-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.33%
GREEN value IS 58 (23.05% from 255) = 27.49%
BLUE value IS 108 (42.58% from 255) = 51.18%
R=21.33%
G=27.49%
B=51.18%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal45581080.580.4600.58227.6241.1830
Hex2D3A6C3A2E03Ae4291e
Octal557215472560723445136
Binary101101111010110110011101010111001110101110010010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,58,108); }

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

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

 a { background-color: rgb(45,58,108); }

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

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

 span { border-color: rgb(45,58,108); }

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